Ability to send friend requests and get notified on accept

This commit is contained in:
Casper Warden
2017-12-19 20:25:42 +00:00
parent 70fd5a99ce
commit 58b29d8893
16 changed files with 161 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ class ClientEvents {
this.onGroupChat = new Subject_1.Subject();
this.onGroupChatSessionJoin = new Subject_1.Subject();
this.onGroupChatAgentListUpdate = new Subject_1.Subject();
this.onFriendResponse = new Subject_1.Subject();
}
}
exports.ClientEvents = ClientEvents;