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:
parent
c03a086c01
commit
cf361de1e0
|
@ -515,7 +515,7 @@ QtObject:
|
|||
channel.chatType.int,
|
||||
msg.timestamp,
|
||||
msg.identicon,
|
||||
msg.alias,
|
||||
msg.userName,
|
||||
msg.hasMention,
|
||||
isAddedContact,
|
||||
channel.name)
|
||||
|
|
Loading…
Reference in New Issue