better reply fallback stripping

This commit is contained in:
Sorunome 2020-02-20 20:45:38 +01:00
commit 6d2796bc0a
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,