From 069c22e9cd37158fa50e3fac67d4d6938d173554 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 24 Nov 2021 20:31:34 -0500 Subject: add fetching private archived threads --- src/windows/threadswindow.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/windows/threadswindow.hpp') diff --git a/src/windows/threadswindow.hpp b/src/windows/threadswindow.hpp index 0e42414..ebcbd13 100644 --- a/src/windows/threadswindow.hpp +++ b/src/windows/threadswindow.hpp @@ -27,7 +27,7 @@ public: private: Gtk::ListBox m_list; - void OnPublicFetched(DiscordError code, const ArchivedThreadsResponseData &data); + void OnThreadsFetched(DiscordError code, const ArchivedThreadsResponseData &data); using type_signal_thread_open = sigc::signal; type_signal_thread_open m_signal_thread_open; -- cgit v1.2.3