Remove the friend request button when the request is sent

This commit is contained in:
yflory
2017-07-19 14:14:34 +02:00
parent 5ce49af57b
commit 82c87144cb
5 changed files with 37 additions and 11 deletions

View File

@@ -125,6 +125,7 @@ define([
common.getFriendChannelsList = Messaging.getFriendChannelsList;
common.getFriendListUI = Messaging.getFriendListUI;
common.createData = Messaging.createData;
common.getPendingInvites = Messaging.getPending;
// Userlist
common.createUserList = UserList.create;