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.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp

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