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,
|
channel.chatType.int,
|
||||||
msg.timestamp,
|
msg.timestamp,
|
||||||
msg.identicon,
|
msg.identicon,
|
||||||
msg.alias,
|
msg.userName,
|
||||||
msg.hasMention,
|
msg.hasMention,
|
||||||
isAddedContact,
|
isAddedContact,
|
||||||
channel.name)
|
channel.name)
|
||||||
|
|
Loading…
Reference in New Issue