summary refs log tree commit diff
path: root/src/ChatPage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChatPage.cpp')
-rw-r--r--src/ChatPage.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp

index ae3c7a11..01075173 100644 --- a/src/ChatPage.cpp +++ b/src/ChatPage.cpp
@@ -583,6 +583,14 @@ ChatPage::resetUI() } void +ChatPage::reactMessage(const QString &id) +{ + view_manager_->queueReactionMessage(current_room_, + id, + "👀"); +} + +void ChatPage::focusMessageInput() { this->text_input_->focusLineEdit();