diff --git a/lib/pages/chat_list/chat_list_item.dart b/lib/pages/chat_list/chat_list_item.dart index 09b74376e..793507de7 100644 --- a/lib/pages/chat_list/chat_list_item.dart +++ b/lib/pages/chat_list/chat_list_item.dart @@ -263,7 +263,9 @@ class ChatListItem extends StatelessWidget { hideReply: true, hideEdit: true, plaintextBody: true, - withSenderNamePrefix: true, + withSenderNamePrefix: !room.isDirectChat || + room.directChatMatrixID != + room.lastEvent?.senderId, ) ?? L10n.of(context).emptyChat, softWrap: false,