Lock the UI when someone is editing

This commit is contained in:
yflory
2018-04-03 11:00:46 +02:00
parent d12e5da1b7
commit a9d01ac864
3 changed files with 65 additions and 16 deletions

View File

@@ -154,6 +154,7 @@ define(['json.sortify'], function (Sortify) {
var list = members.slice().filter(function (m) { return m.length === 32; });
return list.length - Object.keys(metadataObj.users).length;
},
getChannelMembers: function () { return members.slice(); },
getPrivateData : function () {
return priv;
},