This commit is contained in:
yflory
2019-09-16 15:56:50 +02:00
parent 450c920b84
commit c6a4f78097
6 changed files with 959 additions and 8 deletions

View File

@@ -154,7 +154,7 @@ define([
friend[key] = msg.content[key];
});
if (ctx.store.messenger) {
ctx.store.messenger.onFriendUpdate(curve, friend);
ctx.store.messenger.onFriendUpdate(curve);
}
ctx.updateMetadata();
cb(true);