diff --git a/lib/components/reply_content.dart b/lib/components/reply_content.dart index e03c04a..4956263 100644 --- a/lib/components/reply_content.dart +++ b/lib/components/reply_content.dart @@ -36,7 +36,7 @@ class ReplyContent extends StatelessWidget { ), Text( replyEvent?.getLocalizedBody(context, - withSenderNamePrefix: false) ?? + withSenderNamePrefix: false, hideQuotes: true) ?? "", overflow: TextOverflow.ellipsis, maxLines: 1,