feat: at user

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-24 21:01:30 +08:00
parent fcf758e290
commit 7be3774675
35 changed files with 14468 additions and 207 deletions

View File

@@ -377,7 +377,7 @@ class _SendDanmakuPanelState extends CommonPublishPageState<SendDanmakuPanel> {
} else if (isEmpty && enablePublish.value) {
enablePublish.value = false;
}
widget.onSave?.call(value);
widget.onSave?.call((text: value, mentions: null));
},
textInputAction: TextInputAction.send,
onSubmitted: (value) {