Update userlist when receiving unfriend

pull/1/head
yflory 2019-05-28 10:56:13 +02:00
parent 9d8433d104
commit cc44fe846a
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ define([
if (ctx.store.messenger) {
ctx.store.messenger.onFriendRemoved(curve, friend.channel);
}
ctx.updateMetadata();
cb(true);
};