From f27b73981da5782aae3abd43fc40ad1392ecdd56 Mon Sep 17 00:00:00 2001 From: doton1on <167524750+doton1on@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:15:33 +0000 Subject: [PATCH] Update home.js When adding a friend through webui the destination address is not added, adding 'details' to the addSslOnlyFriend fixes this issue. Note This is tested with .b32.i2p addresses, but it should work on normal IP as well as .onion addresses. --- webui-src/app/home.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webui-src/app/home.js b/webui-src/app/home.js index 5baf921..e577d5a 100644 --- a/webui-src/app/home.js +++ b/webui-src/app/home.js @@ -145,6 +145,7 @@ function confirmAddPrompt(details, cert, long) { const res = await rs.rsJsonApiRequest('/rsPeers/addSslOnlyFriend', { sslId: details.id, pgpId: details.gpg_id, + details }); if (res.body.retval) { widget.popupMessage([