summary refs log tree commit diff
path: root/src/ChatPage.cpp
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2020-05-07 20:53:24 -0400
committerJoseph Donofry <joedonofry@gmail.com>2020-05-07 20:53:24 -0400
commita1661f7006d7661bfd54cdd9971afd6717ed9c92 (patch)
tree8d8a221740487d0411795a17918715e15e89cf99 /src/ChatPage.cpp
parentMerge pull request #192 from Nheko-Reborn/reactions (diff)
downloadnheko-a1661f7006d7661bfd54cdd9971afd6717ed9c92.tar.xz
merge master into reactions
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();