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

@ -36,7 +36,7 @@ class ReplyContent extends StatelessWidget {
),
Text(
replyEvent?.getLocalizedBody(context,
withSenderNamePrefix: false, hideQuotes: true) ??
withSenderNamePrefix: false, hideReply: true) ??
"",
overflow: TextOverflow.ellipsis,
maxLines: 1,