From 3333e2ce8c79687b3e01d014f711898dac0a7979 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Tue, 24 Aug 2021 23:04:11 -0400 Subject: make ClearChannel actually remove the channel from the db so that the threads window does not show deleted threads in active --- discord/store.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'discord/store.hpp') diff --git a/discord/store.hpp b/discord/store.hpp index 8e19e20..f84d13e 100644 --- a/discord/store.hpp +++ b/discord/store.hpp @@ -137,6 +137,7 @@ private: mutable sqlite3_stmt *m_get_msg_ids_stmt; mutable sqlite3_stmt *m_get_pins_stmt; mutable sqlite3_stmt *m_get_threads_stmt; + mutable sqlite3_stmt *m_clear_chan_stmt; }; template -- cgit v1.2.3