fix: dont use thumbnails for emoticons

This commit is contained in:
Marek Vospěl 2024-11-17 18:44:44 +01:00 committed by =
commit 98b4bec41b
No known key found for this signature in database
GPG key ID: 654D7FAA1531BC24
5 changed files with 12 additions and 4 deletions

View file

@ -247,6 +247,7 @@ class _EmoteImage extends StatelessWidget {
fit: BoxFit.contain,
width: size,
height: size,
isThumbnail: false,
),
);
}