mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 23:25:32 -04:00
Change how do you put chat tittle saving chat name into variable on cache GXS info
This commit is contained in:
parent
ba72332ed8
commit
ea8d03bc10
4 changed files with 18 additions and 6 deletions
|
@ -103,7 +103,7 @@ Item
|
|||
{'action': 'refreshUnread', 'response': par.response})
|
||||
json.data.forEach (function (chat){
|
||||
ChatCache.lastMessageCache.updateLastMessageCache(chat.chat_id)
|
||||
ChatCache.lastMessageCache.setRemoteGXS (chat.chat_id, chat.remote_author_id)
|
||||
ChatCache.lastMessageCache.setRemoteGXS (chat.chat_id, { gxs: chat.remote_author_id, name: chat.remote_author_name})
|
||||
})
|
||||
}
|
||||
function refreshUnread()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue