fix: add reply

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-11-25 17:45:03 +08:00
parent e26ec2ea42
commit bae395c5d0
6 changed files with 18 additions and 6 deletions

View File

@@ -27,8 +27,8 @@ class Utils {
static final Random random = Random();
static ReplyInfo replyCast(res) {
Map emote = res['content']['emote'];
emote.forEach((key, value) {
Map? emote = res['content']['emote'];
emote?.forEach((key, value) {
value['size'] = value['meta']['size'];
});
return ReplyInfo.create()