mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-12 23:35:32 +00:00
bd9fa37ce3
In some cases inside of 1-on-1 chats, the fake messages added to the beginning of the message list, wouldn't determine the correct username of the contact in question. This commit explicitly calls `chatsModel.userNameOrAlias()` instead of relying on `activeChannel.name` which tries to do the same.