chore: Follow up emoji only messages
This commit is contained in:
parent
189493e074
commit
6c548ec350
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ class MessageContent extends StatelessWidget {
|
||||||
),
|
),
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: textColor,
|
color: textColor,
|
||||||
fontSize: bigEmotes ? fontSize * 6 : fontSize,
|
fontSize: bigEmotes ? fontSize * 5 : fontSize,
|
||||||
decoration: event.redacted ? TextDecoration.lineThrough : null,
|
decoration: event.redacted ? TextDecoration.lineThrough : null,
|
||||||
),
|
),
|
||||||
options: const LinkifyOptions(humanize: false),
|
options: const LinkifyOptions(humanize: false),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue