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

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