Update the friends when changing the username or avatar
This commit is contained in:
@@ -152,6 +152,7 @@ define([
|
||||
Object.keys(msg.content).forEach(function (key) {
|
||||
friend[key] = msg.content[key];
|
||||
});
|
||||
ctx.updateMetadata();
|
||||
cb(true);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user