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(
|
: Text(
|
||||||
room.lastEvent?.getLocalizedBody(
|
room.lastEvent?.getLocalizedBody(
|
||||||
MatrixLocals(L10n.of(context)),
|
MatrixLocals(L10n.of(context)),
|
||||||
withSenderNamePrefix: !ownMessage,
|
withSenderNamePrefix:
|
||||||
|
!ownMessage && !room.isDirectChat,
|
||||||
hideReply: true,
|
hideReply: true,
|
||||||
) ??
|
) ??
|
||||||
'',
|
'',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue