diff --git a/lib/components/list_items/chat_list_item.dart b/lib/components/list_items/chat_list_item.dart index 34d15fab..bea1934c 100644 --- a/lib/components/list_items/chat_list_item.dart +++ b/lib/components/list_items/chat_list_item.dart @@ -225,7 +225,8 @@ class ChatListItem extends StatelessWidget { : Text( room.lastEvent?.getLocalizedBody( MatrixLocals(L10n.of(context)), - withSenderNamePrefix: !ownMessage, + withSenderNamePrefix: + !ownMessage && !room.isDirectChat, hideReply: true, ) ?? '',