Add unfriend, mute and unmute buttons in profile

This commit is contained in:
yflory
2019-12-11 13:28:07 +01:00
parent 11ddb96422
commit aa8dd95310
4 changed files with 68 additions and 10 deletions

View File

@@ -4174,7 +4174,6 @@ define([
}, function (e) {
cb(e);
if (e) { return void UI.warn(Messages.error); }
UI.log(Messages.success);
});
});
});