From a1661f7006d7661bfd54cdd9971afd6717ed9c92 Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Thu, 7 May 2020 20:53:24 -0400 Subject: merge master into reactions --- src/ChatPage.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/ChatPage.cpp') diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp index ae3c7a11..01075173 100644 --- a/src/ChatPage.cpp +++ b/src/ChatPage.cpp @@ -582,6 +582,14 @@ ChatPage::resetUI() showUnreadMessageNotification(0); } +void +ChatPage::reactMessage(const QString &id) +{ + view_manager_->queueReactionMessage(current_room_, + id, + "👀"); +} + void ChatPage::focusMessageInput() { -- cgit 1.5.1