From 5600720a9859e0fa306ad5faacedbe9d68663767 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 19 Mar 2021 16:31:26 +0530 Subject: [PATCH] remove an XXX --- www/common/outer/messenger.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/common/outer/messenger.js b/www/common/outer/messenger.js index 1ac7a6e17..981d9f8de 100644 --- a/www/common/outer/messenger.js +++ b/www/common/outer/messenger.js @@ -537,10 +537,9 @@ define([ if (peer === hk) { return; } if (channel.readOnly) { return; } - // XXX review // Sending myData is used to build a "mapId" object which links // netflux IDs to a curvePublic/uid. We use this map in friend chat - // to detect is the other user is online and we also use it in team chat + // to detect if the other user is online and we also use it in team chat // to show if other team members are online (in the roster section). // It is not needed in the pad chat for now and only causes useless // network usage.