opt reply check

fix check dyn

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-12 16:44:51 +08:00
parent a94493705d
commit 308bd26172
3 changed files with 36 additions and 24 deletions

View File

@@ -737,7 +737,7 @@ class _CreateDynPanelState extends CommonRichTextPubPageState<CreateDynPanel> {
SmartDialog.showToast('发布成功');
var id = result['data']?['dyn_id'];
RequestUtils.insertCreatedDyn(id);
if (_replyOption.value != ReplyOptionType.close) {
if (!_isPrivate.value) {
RequestUtils.checkCreatedDyn(
id: id,
dynText: editController.rawText,