Display the friend list in the friend app

This commit is contained in:
yflory
2017-07-06 18:38:58 +02:00
parent a5e8f6ae81
commit 5c7441f82c
3 changed files with 8 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ define([
});
}
});
return $block;
};
Msg.createOwnedChannel = function (common, channelId, validateKey, owners, cb) {
@@ -86,7 +87,7 @@ define([
common.changeDisplayName(proxy[common.displayNameKey]);
};
var createData = function (common, hash) {
var createData = Msg.createData = function (common, hash) {
var proxy = common.getProxy();
return {
channel: hash || common.createChannelId(),