From 2667a4b30dd346f70aa8ca1ee7994c559be6d2bb Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Tue, 15 Dec 2020 01:51:49 -0500 Subject: display reactions + click to add/remove --- windows/mainwindow.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'windows/mainwindow.hpp') diff --git a/windows/mainwindow.hpp b/windows/mainwindow.hpp index aef8ba4..a9ebae4 100644 --- a/windows/mainwindow.hpp +++ b/windows/mainwindow.hpp @@ -26,6 +26,8 @@ public: void UpdateChatPrependHistory(const std::vector &msgs); void InsertChatInput(std::string text); Snowflake GetChatOldestListedMessage(); + void UpdateChatReactionAdd(Snowflake id, const Glib::ustring ¶m); + void UpdateChatReactionRemove(Snowflake id, const Glib::ustring ¶m); ChannelList *GetChannelList(); ChatWindow *GetChatWindow(); -- cgit v1.2.3