diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-06-04 21:36:55 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-06-04 21:36:55 -0400 |
commit | 25ecbce043cc4644d8cce559eba2931ed3df9826 (patch) | |
tree | a36472d579dd7ae3a45bfad62b34cabad67a3e5b /src/discord/discord.hpp | |
parent | 01865075a48dc023c1b08253d5cec68ed165482b (diff) | |
download | abaddon-portaudio-25ecbce043cc4644d8cce559eba2931ed3df9826.tar.gz abaddon-portaudio-25ecbce043cc4644d8cce559eba2931ed3df9826.zip |
ignore unread state from undisplayed channel types
Diffstat (limited to 'src/discord/discord.hpp')
-rw-r--r-- | src/discord/discord.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/discord/discord.hpp b/src/discord/discord.hpp index 9c2c080..6b2853b 100644 --- a/src/discord/discord.hpp +++ b/src/discord/discord.hpp @@ -321,6 +321,8 @@ private: void StoreMessageData(Message &msg); + static bool ShouldChannelTypeCountInUnread(ChannelType type); + void HandleReadyReadState(const ReadyEventData &data); void HandleReadyGuildSettings(const ReadyEventData &data); |