feat: use the stripped body for notifications and room previews

This commit is contained in:
Sorunome 2021-08-22 17:51:58 +02:00
commit 06235cddd0
2 changed files with 2 additions and 11 deletions

View file

@ -268,11 +268,7 @@ class ChatListItem extends StatelessWidget {
: Text(
room.membership == Membership.invite
? L10n.of(context).youAreInvitedToThisChat
: room.lastEvent?.getLocalizedBody(
MatrixLocals(L10n.of(context)),
hideReply: true,
) ??
'',
: room.lastEvent?.plaintextBody,
softWrap: false,
maxLines: 1,
overflow: TextOverflow.ellipsis,