update call to get contacts api
This commit is contained in:
parent
2515f12c3b
commit
9204d495c6
|
@ -120,7 +120,7 @@ QtObject:
|
||||||
|
|
||||||
for mention in pubKeyMentions:
|
for mention in pubKeyMentions:
|
||||||
let pubKey = mention.replace("@","")
|
let pubKey = mention.replace("@","")
|
||||||
let userNameAlias = mention(pubKey, self.status.chat.contacts)
|
let userNameAlias = mention(pubKey, self.status.chat.getContacts())
|
||||||
if userNameAlias != "":
|
if userNameAlias != "":
|
||||||
updatedMessage = updatedMessage.replace(mention, '@' & userNameAlias)
|
updatedMessage = updatedMessage.replace(mention, '@' & userNameAlias)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue