fix: Sendername prefix
This commit is contained in:
parent
1e32806723
commit
1d975e0d75
1 changed files with 2 additions and 1 deletions
|
|
@ -225,7 +225,8 @@ class ChatListItem extends StatelessWidget {
|
|||
: Text(
|
||||
room.lastEvent?.getLocalizedBody(
|
||||
MatrixLocals(L10n.of(context)),
|
||||
withSenderNamePrefix: !ownMessage,
|
||||
withSenderNamePrefix:
|
||||
!ownMessage && !room.isDirectChat,
|
||||
hideReply: true,
|
||||
) ??
|
||||
'',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue