chore: Follow up emoji only messages

This commit is contained in:
Krille 2024-10-29 10:25:59 +01:00
parent 189493e074
commit 6c548ec350
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -259,7 +259,7 @@ class MessageContent extends StatelessWidget {
),
style: TextStyle(
color: textColor,
fontSize: bigEmotes ? fontSize * 6 : fontSize,
fontSize: bigEmotes ? fontSize * 5 : fontSize,
decoration: event.redacted ? TextDecoration.lineThrough : null,
),
options: const LinkifyOptions(humanize: false),