feat: show ENS name in notifications

Fixes: #2418.

Chat notifications for one-on-one chats were showing only a user’s alias and not their ENS name if they have one.

This PR now shows a user’s ENS name if they have one, or their alias if they don’t in one-on-one chat notifications.
This commit is contained in:
Eric Mastro 2021-04-26 18:46:07 +10:00 committed by Pascal Precht
parent c03a086c01
commit cf361de1e0
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ QtObject:
channel.chatType.int,
msg.timestamp,
msg.identicon,
msg.alias,
msg.userName,
msg.hasMention,
isAddedContact,
channel.name)