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

index 01075173..19339e59 100644 --- a/src/ChatPage.cpp +++ b/src/ChatPage.cpp
@@ -585,9 +585,7 @@ ChatPage::resetUI() void ChatPage::reactMessage(const QString &id) { - view_manager_->queueReactionMessage(current_room_, - id, - "👀"); + view_manager_->queueReactionMessage(current_room_, id, "👀"); } void