summaryrefslogtreecommitdiff
path: root/components/channels.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-08-15 01:36:57 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2021-08-15 01:36:57 -0400
commite0db238cf011605048c3ac605730edc54a9f3b16 (patch)
tree5115e7fe47648a1db048c176a54652d21b67877d /components/channels.hpp
parent613bb2b7c6065035bba5eee606249e413dcc5149 (diff)
downloadabaddon-portaudio-e0db238cf011605048c3ac605730edc54a9f3b16.tar.gz
abaddon-portaudio-e0db238cf011605048c3ac605730edc54a9f3b16.zip
removed deleted threads on sync
Diffstat (limited to 'components/channels.hpp')
-rw-r--r--components/channels.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/channels.hpp b/components/channels.hpp
index c1c74a4..31857ec 100644
--- a/components/channels.hpp
+++ b/components/channels.hpp
@@ -146,6 +146,7 @@ protected:
void OnThreadJoined(Snowflake id);
void OnThreadRemoved(Snowflake id);
void OnThreadDelete(const ThreadDeleteData &data);
+ void OnThreadListSync(const ThreadListSyncData &data);
Gtk::TreeView m_view;