better reply fallback stripping
This commit is contained in:
parent
ff02c581d1
commit
6d2796bc0a
5 changed files with 8 additions and 10 deletions
|
|
@ -177,7 +177,7 @@ class ChatListItem extends StatelessWidget {
|
|||
)
|
||||
: Text(
|
||||
room.lastEvent.getLocalizedBody(context,
|
||||
withSenderNamePrefix: true, hideQuotes: true),
|
||||
withSenderNamePrefix: true, hideReply: true),
|
||||
maxLines: 1,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
style: TextStyle(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue