del at user

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-24 23:23:21 +08:00
parent 7be3774675
commit 4b067c5ed2
10 changed files with 40 additions and 53 deletions

View File

@@ -26,7 +26,7 @@ abstract class ReplyController<R> extends CommonListController<R, ReplyInfo> {
late Rx<Mode> mode;
late final savedReplies =
<Object, ({String text, Set<MentionItem>? mentions})?>{};
<Object, ({String text, List<MentionItem>? mentions})?>{};
AccountService accountService = Get.find<AccountService>();