summary refs log tree commit diff
path: root/src/ChatPage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChatPage.cc')
-rw-r--r--src/ChatPage.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChatPage.cc b/src/ChatPage.cc
index 3d026ab3..df1ab172 100644
--- a/src/ChatPage.cc
+++ b/src/ChatPage.cc
@@ -605,6 +605,7 @@ ChatPage::ChatPage(QSharedPointer<UserSettings> userSettings, QWidget *parent)
         });
 
         connect(this, &ChatPage::dropToLoginPageCb, this, &ChatPage::dropToLoginPage);
+        connect(this, &ChatPage::messageReply, text_input_, &TextInputWidget::addReply);
 
         instance_ = this;
 }