From cc44fe846a03ad8e592bf173f94b54fb68c4cd22 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 28 May 2019 10:56:13 +0200 Subject: [PATCH] Update userlist when receiving unfriend --- www/common/outer/mailbox-handlers.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/common/outer/mailbox-handlers.js b/www/common/outer/mailbox-handlers.js index 360634187..4501aad06 100644 --- a/www/common/outer/mailbox-handlers.js +++ b/www/common/outer/mailbox-handlers.js @@ -140,6 +140,7 @@ define([ if (ctx.store.messenger) { ctx.store.messenger.onFriendRemoved(curve, friend.channel); } + ctx.updateMetadata(); cb(true); };