fix: skip big-emote sizing for custom emotes
This commit is contained in:
parent
75db25874a
commit
92f68c6054
1 changed files with 1 additions and 0 deletions
|
|
@ -258,6 +258,7 @@ class MessageContent extends StatelessWidget {
|
|||
}
|
||||
|
||||
final bigEmotes =
|
||||
!html.contains('mxc://') &&
|
||||
event.onlyEmotes &&
|
||||
event.numberEmotes > 0 &&
|
||||
event.numberEmotes <= 3;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue