diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-05-08 23:49:27 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-05-08 23:49:27 -0400 |
commit | a781cc76a01d56244fd6caeb23ab67caf2424819 (patch) | |
tree | 96aa8ed6ff5b31fced3a017d9cc36c61ecc6cecb /components/friendslist.hpp | |
parent | abd2b9c71e98f3d9feab8d5b4d288b246015ee0d (diff) | |
download | abaddon-portaudio-a781cc76a01d56244fd6caeb23ab67caf2424819.tar.gz abaddon-portaudio-a781cc76a01d56244fd6caeb23ab67caf2424819.zip |
friends: handle RELATIONSHIP_REMOVE events
Diffstat (limited to 'components/friendslist.hpp')
-rw-r--r-- | components/friendslist.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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, |