summaryrefslogtreecommitdiff
path: root/components/channels.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-08-05 04:02:47 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2021-08-05 04:02:47 -0400
commit856674506c064ba94396752664aede5167c3ec4b (patch)
tree6606a051d2ff0985133c360f3b2cc3221db94805 /components/channels.hpp
parent41a63df1b108a9520a8dfcb862f108b42f9a1bb1 (diff)
downloadabaddon-portaudio-856674506c064ba94396752664aede5167c3ec4b.tar.gz
abaddon-portaudio-856674506c064ba94396752664aede5167c3ec4b.zip
better join/leave thread logic
Diffstat (limited to 'components/channels.hpp')
-rw-r--r--components/channels.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/channels.hpp b/components/channels.hpp
index fce3546..c1c74a4 100644
--- a/components/channels.hpp
+++ b/components/channels.hpp
@@ -140,12 +140,12 @@ protected:
void UpdateRemoveChannel(Snowflake id);
void UpdateChannel(Snowflake id);
void UpdateCreateChannel(const ChannelData &channel);
- void UpdateCreateThread(const ChannelData &channel);
- void UpdateDeleteThread(Snowflake id);
void UpdateGuild(Snowflake id);
+ void DeleteThreadRow(Snowflake id);
+ void OnThreadJoined(Snowflake id);
+ void OnThreadRemoved(Snowflake id);
void OnThreadDelete(const ThreadDeleteData &data);
- void OnThreadMembersUpdate(const ThreadMembersUpdateData &data);
Gtk::TreeView m_view;