diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-09-01 22:22:08 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-09-01 22:22:08 -0400 |
commit | 07e30b9acda33ab0d4e266e40f71fb9df89963eb (patch) | |
tree | 843c3ec47369f6e8028574f638a27401dd20bfba /discord/discord.hpp | |
parent | 66747ec753c5f9a617d8bd342fbf015f7137cf49 (diff) | |
download | abaddon-portaudio-07e30b9acda33ab0d4e266e40f71fb9df89963eb.tar.gz abaddon-portaudio-07e30b9acda33ab0d4e266e40f71fb9df89963eb.zip |
send channel lazy load when loading thread if not previously sent
Diffstat (limited to 'discord/discord.hpp')
-rw-r--r-- | discord/discord.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/discord.hpp b/discord/discord.hpp index 4c3b365..aefe1f6 100644 --- a/discord/discord.hpp +++ b/discord/discord.hpp @@ -310,6 +310,7 @@ private: std::queue<std::function<void()>> m_generic_queue; std::set<Snowflake> m_channels_pinned_requested; + std::set<Snowflake> m_channels_lazy_loaded; // signals public: |