Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-10 13:12:54 +08:00
parent cedbac88c1
commit 664a039617
81 changed files with 771 additions and 217950 deletions

View File

@@ -388,7 +388,7 @@ class _ReplyPageState extends CommonRichTextPubPageState<ReplyPage> {
root: widget.root,
parent: widget.parent,
message: widget.replyItem != null && widget.replyItem!.root != 0
? ' 回复 @${widget.replyItem!.member.name} : $message'
? ' 回复 @${widget.replyItem!.memberV2.basic.name} : $message'
: message,
atNameToMid: atNameToMid,
pictures: pictures,