better reply fallback stripping

This commit is contained in:
Sorunome
2020-02-20 20:45:38 +01:00
parent ff02c581d1
commit 8b0bcde6ae
5 changed files with 8 additions and 10 deletions

View File

@ -135,7 +135,7 @@ class MessageContent extends StatelessWidget {
case MessageTypes.Notice:
case MessageTypes.Emote:
return LinkText(
text: event.getLocalizedBody(context, hideQuotes: true),
text: event.getLocalizedBody(context, hideReply: true),
textStyle: TextStyle(
color: textColor,
decoration: event.redacted ? TextDecoration.lineThrough : null,