コード例 #1
0
        public void onAcceptFriendRequest()
        {
            FriendList.resetHiddenMatchAddressesCache();

            friend.approved = true;

            StreamProcessor.sendAcceptAdd(friend);
        }
コード例 #2
0
        public void onAcceptFriendRequest()
        {
            friend.approved = true;

            friend.handshakePushed = false;

            Node.shouldRefreshContacts = true;

            StreamProcessor.sendAcceptAdd(friend, true);
        }