From a781cc76a01d56244fd6caeb23ab67caf2424819 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sat, 8 May 2021 23:49:27 -0400 Subject: friends: handle RELATIONSHIP_REMOVE events --- components/friendslist.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components/friendslist.hpp') diff --git a/components/friendslist.hpp b/components/friendslist.hpp index fef04da..c161de4 100644 --- a/components/friendslist.hpp +++ b/components/friendslist.hpp @@ -20,6 +20,8 @@ public: FriendsList(); private: + void OnRelationshipRemove(Snowflake id, RelationshipType type); + enum FilterMode { FILTER_FRIENDS, FILTER_ONLINE, -- cgit v1.2.3