mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-12 10:42:35 +01:00
fix: Sendername prefix
This commit is contained in:
parent
8aaff6fbbe
commit
a6b60ad4fb
@ -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…
Reference in New Issue
Block a user