From f43c902afe9a9ebfccf3caaef572a13c0fcf7cb4 Mon Sep 17 00:00:00 2001 From: daria <95225431+dariiing@users.noreply.github.com> Date: Fri, 27 Feb 2026 09:43:08 +0200 Subject: [PATCH] add old comments back --- www/common/messenger-ui.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/common/messenger-ui.js b/www/common/messenger-ui.js index 1696f51da..696649cff 100644 --- a/www/common/messenger-ui.js +++ b/www/common/messenger-ui.js @@ -575,6 +575,9 @@ define([ UI.confirm(content, function (yes) { if (!yes) { return; } removeFriend(curvePublic); + // TODO remove friend from userlist ui + // FIXME seems to trigger EJOINED from netflux-websocket (from server); + // (tried to join a channel in which you were already present) }); return true; }