mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 22:55:04 -04:00
Use contacts cache to show contacts details
This commit is contained in:
parent
05ca5b482c
commit
c2b63a2313
2 changed files with 7 additions and 10 deletions
|
@ -51,6 +51,7 @@ Item
|
|||
{
|
||||
console.log("contactsView.refreshContactsCB()", visible)
|
||||
var token = JSON.parse(par.response).statetoken
|
||||
ChatCache.contactsCache.contactsList = JSON.parse(par.response).data
|
||||
TokensManager.registerToken(token, refreshContacts)
|
||||
contactsSortWorker.sendMessage(
|
||||
{'action': 'refreshContacts', 'response': par.response})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue