From 6e6ba73ecaec834bc94220d9e52357fdbaf50f55 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 24 Feb 2020 14:55:29 +0100 Subject: [PATCH] Remove XXX --- www/common/outer/async-store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index dd42bcc3b..5c944779f 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -2357,7 +2357,7 @@ define([ loadUniversal(Profile, 'profile', waitFor); loadUniversal(Team, 'team', waitFor); loadUniversal(History, 'history', waitFor); - loadMailbox(waitFor); // XXX make sure we don't have new issues with mailboxes being loaded later + loadMailbox(waitFor); cleanFriendRequests(); }).nThen(function () { var requestLogin = function () {