mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
Start distant chat using helper on ChatCache
This commit is contained in:
parent
f77fe533e7
commit
c27db173ce
3 changed files with 39 additions and 16 deletions
|
@ -132,13 +132,6 @@ Item
|
|||
rsApi.request("/chat/unread_msgs", "", refreshUnreadCallback)
|
||||
}
|
||||
|
||||
function startChatCallback(par)
|
||||
{
|
||||
var chId = JSON.parse(par.response).data.chat_id
|
||||
stackView.push("qrc:/ChatView.qml", {'chatId': chId})
|
||||
}
|
||||
|
||||
|
||||
/** This must be equivalent to
|
||||
p3GxsTunnelService::makeGxsTunnelId(...) */
|
||||
function getChatId(from_gxs, to_gxs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue