Should be making the self friends stuff null if bot acc

This commit is contained in:
Nicholas Tay
2016-04-11 00:39:14 +10:00
parent db1435910d
commit c247a3979b
2 changed files with 6 additions and 6 deletions

View File

@@ -1585,9 +1585,9 @@ var InternalClient = (function () {
}
});
} else {
data.friends = null;
data.incoming_friend_requests = null;
data.outgoing_friend_requests = null;
self.friends = null;
self.incoming_friend_requests = null;
self.outgoing_friend_requests = null;
}
self.state = _ConnectionState2["default"].READY;