mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-11 20:47:52 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
034482362d |
@@ -801,7 +801,7 @@ class _CreateDynPanelState extends CommonRichTextPubPageState<CreateDynPanel> {
|
||||
SmartDialog.showToast('发布成功');
|
||||
final id = response?['dyn_id'];
|
||||
RequestUtils.insertCreatedDyn(id);
|
||||
if (!_isPrivate.value) {
|
||||
if (!_isPrivate.value && _publishTime.value == null) {
|
||||
RequestUtils.checkCreatedDyn(
|
||||
id: id,
|
||||
dynText: editController.rawText,
|
||||
|
||||
Reference in New Issue
Block a user