mirror of https://github.com/xwiki-labs/cryptpad
Update userlist when receiving unfriend
This commit is contained in:
parent
9d8433d104
commit
cc44fe846a
|
@ -140,6 +140,7 @@ define([
|
||||||
if (ctx.store.messenger) {
|
if (ctx.store.messenger) {
|
||||||
ctx.store.messenger.onFriendRemoved(curve, friend.channel);
|
ctx.store.messenger.onFriendRemoved(curve, friend.channel);
|
||||||
}
|
}
|
||||||
|
ctx.updateMetadata();
|
||||||
cb(true);
|
cb(true);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue