mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-18 10:32:53 +00:00
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…
x
Reference in New Issue
Block a user