mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-15 03:05:17 +00:00
Fix community channel ens names are not resolved (#13675)
This commit is contained in:
parent
7d8a6b42e4
commit
a07bc82c37
@ -244,8 +244,10 @@
|
|||||||
contact.db/enrich-contact)))
|
contact.db/enrich-contact)))
|
||||||
|
|
||||||
(= chat-type constants/community-chat-type)
|
(= chat-type constants/community-chat-type)
|
||||||
(merge mentionable-users
|
(mentionable-contacts-from-identites
|
||||||
(mentionable-contacts-from-identites all-contacts public-key (keys community-members)))
|
all-contacts
|
||||||
|
public-key
|
||||||
|
(distinct (concat (keys community-members) (keys mentionable-users))))
|
||||||
|
|
||||||
(= chat-type constants/public-chat-type)
|
(= chat-type constants/public-chat-type)
|
||||||
(merge mentionable-users (select-keys mentionable-contacts (keys mentionable-users)))
|
(merge mentionable-users (select-keys mentionable-contacts (keys mentionable-users)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user