diff --git a/lib/components/list_items/chat_list_item.dart b/lib/components/list_items/chat_list_item.dart index 1ea31cc..7bb2102 100644 --- a/lib/components/list_items/chat_list_item.dart +++ b/lib/components/list_items/chat_list_item.dart @@ -187,8 +187,11 @@ class ChatListItem extends StatelessWidget { ), ) : Text( - room.lastEvent.getLocalizedBody(L10n.of(context), - withSenderNamePrefix: true, hideReply: true), + room.lastEvent.getLocalizedBody( + L10n.of(context), + withSenderNamePrefix: !room.isDirectChat, + hideReply: true, + ), maxLines: 1, overflow: TextOverflow.ellipsis, style: TextStyle(