add old comments back

This commit is contained in:
daria 2026-02-27 09:43:08 +02:00
parent 7b1df0df76
commit f43c902afe
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701

View File

@ -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;
}