mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
Trusted nodes adding now works
First connection happened!
This commit is contained in:
parent
cf1c49aa3a
commit
148c04e85e
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ Item
|
|||
}
|
||||
console.log("retroshare addtrusted jsonData: ", JSON.stringify(jsonData))
|
||||
//rsApi.request("/peers/examine_cert/", JSON.stringify({ cert_string: otherKeyField.text }))
|
||||
rsApi.request("POST /peers", JSON.stringify(jsonData))
|
||||
rsApi.request("PUT /peers", JSON.stringify(jsonData))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue