diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-06-20 20:32:16 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-06-20 20:32:16 -0400 |
commit | 7db2675087a563ec82574937759137fa2e57298c (patch) | |
tree | dc1dac731ef1ca4f4f89edb2913e34abc2eaeda9 /discord/discord.hpp | |
parent | 78f3164063f90c2be53d56fef6fd4a1cd085d923 (diff) | |
download | abaddon-portaudio-7db2675087a563ec82574937759137fa2e57298c.tar.gz abaddon-portaudio-7db2675087a563ec82574937759137fa2e57298c.zip |
fetch pins from store if already requested
Diffstat (limited to 'discord/discord.hpp')
-rw-r--r-- | discord/discord.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/discord/discord.hpp b/discord/discord.hpp index 1352499..5c10033 100644 --- a/discord/discord.hpp +++ b/discord/discord.hpp @@ -292,6 +292,8 @@ private: Glib::Dispatcher m_generic_dispatch; std::queue<std::function<void()>> m_generic_queue; + std::set<Snowflake> m_channels_pinned_requested; + // signals public: typedef sigc::signal<void> type_signal_gateway_ready; |