mirror of
https://github.com/status-im/status-desktop.git
synced 2025-03-03 16:00:50 +00:00
fix: load ens usernames for older messages
This commit is contained in:
parent
0971b5928d
commit
e9eaac5b83
@ -42,7 +42,9 @@ proc init*(self: ProfileController, account: Account) =
|
||||
let mailserver = MailServer(name: mailserver_config[0], endpoint: mailserver_config[1])
|
||||
self.view.addMailServerToList(mailserver)
|
||||
|
||||
for contact in self.status.contacts.getContacts():
|
||||
let contacts = self.status.contacts.getContacts()
|
||||
self.status.chat.updateContacts(contacts)
|
||||
for contact in contacts:
|
||||
self.view.addContactToList(contact)
|
||||
|
||||
method onSignal(self: ProfileController, data: Signal) =
|
||||
|
Loading…
x
Reference in New Issue
Block a user