Better replies
This commit is contained in:
parent
1e64512222
commit
cf2b2f0433
6 changed files with 92 additions and 56 deletions
|
|
@ -130,7 +130,7 @@ class MessageContent extends StatelessWidget {
|
|||
case MessageTypes.Notice:
|
||||
case MessageTypes.Emote:
|
||||
return LinkText(
|
||||
text: event.getLocalizedBody(context),
|
||||
text: event.getLocalizedBody(context, hideQuotes: true),
|
||||
textStyle: TextStyle(
|
||||
color: textColor,
|
||||
decoration: event.redacted ? TextDecoration.lineThrough : null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue