From 6b657c47ceba50c85275981f45895341370d3d66 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 10 Mar 2020 09:49:55 -0400 Subject: [PATCH] change an XXX to a TODO --- www/common/outer/async-store.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index a1f939e56..a9846067c 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -1661,7 +1661,9 @@ define([ // If the owner was not is the pad metadata, check if it is a friend. // We'll contact the first owner for whom we know the mailbox - /* // XXX check mailbox in our contacts is not compatible with the new "mute pad" feature + /* // TODO decide whether we want to re-enable this feature for our own contacts + // communicate the exception to users that 'muting' won't apply to friends + check mailbox in our contacts is not compatible with the new "mute pad" feature var owners = data.owners; if (!owner && Array.isArray(owners)) { var friends = store.proxy.friends || {};