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

@@ -113,6 +113,10 @@ define([
// Messaging
common.addDirectMessageHandler = Messaging.addDirectMessageHandler;
common.inviteFromUserlist = Messaging.inviteFromUserlist;
common.createOwnedChannel = Messaging.createOwnedChannel;
common.getFriendList = Messaging.getFriendList;
common.getFriendListUI = Messaging.getFriendListUI;
common.createData = Messaging.createData;
// Userlist
common.createUserList = UserList.create;