Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-01 10:37:31 +08:00
parent 91a14d8286
commit d27f5f315c
71 changed files with 94 additions and 1561 deletions

View File

@@ -671,9 +671,7 @@ class ChatItem extends StatelessWidget {
if (eInfos != null) {
for (final e in eInfos!) {
emojiMap[e.text] ??= {
/// remove gif
'url': e.url,
// 'url': e.hasGifUrl() ? e.gifUrl : e.url,
'size': e.size * 22.0,
};
}