big messaging refactor. split UI from logic

This commit is contained in:
ansuz
2017-08-08 17:13:10 +02:00
parent fc95f1b6a8
commit 58b3b32cc3
3 changed files with 208 additions and 136 deletions

View File

@@ -125,10 +125,10 @@ define([
common.createOwnedChannel = Messaging.createOwnedChannel;
common.getFriendList = Messaging.getFriendList;
common.getFriendChannelsList = Messaging.getFriendChannelsList;
common.getFriendListUI = Messaging.getFriendListUI;
common.createData = Messaging.createData;
common.getPendingInvites = Messaging.getPending;
common.getLatestMessages = Messaging.getLatestMessages;
common.initMessagingUI = Messaging.UI.init;
// Userlist
common.createUserList = UserList.create;