fix: Sendername prefix
This commit is contained in:
@ -225,7 +225,8 @@ class ChatListItem extends StatelessWidget {
|
||||
: Text(
|
||||
room.lastEvent?.getLocalizedBody(
|
||||
MatrixLocals(L10n.of(context)),
|
||||
withSenderNamePrefix: !ownMessage,
|
||||
withSenderNamePrefix:
|
||||
!ownMessage && !room.isDirectChat,
|
||||
hideReply: true,
|
||||
) ??
|
||||
'',
|
||||
|
Reference in New Issue
Block a user