feat: msg: set notice

Closes #821

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-06 00:11:11 +08:00
parent 2d1697064d
commit a8fa4d72f3
5 changed files with 131 additions and 11 deletions

View File

@@ -219,7 +219,7 @@ class RequestUtils {
}
static ReplyInfo replyCast(res) {
Map? emote = res['content']?['emote'];
Map? emote = res['content']['emote'];
emote?.forEach((key, value) {
value['size'] = value['meta']['size'];
});