mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-18 23:23:58 +08:00
drop gif emote, static thumbnail gif
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -671,7 +671,9 @@ class ChatItem extends StatelessWidget {
|
||||
if (eInfos != null) {
|
||||
for (final e in eInfos!) {
|
||||
emojiMap[e.text] ??= {
|
||||
'url': e.hasGifUrl() ? e.gifUrl : e.url,
|
||||
/// remove gif
|
||||
'url': e.url,
|
||||
// 'url': e.hasGifUrl() ? e.gifUrl : e.url,
|
||||
'size': e.size * 22.0,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user