summary refs log tree commit diff
path: root/src/timeline/TimelineModel.cpp
diff options
context:
space:
mode:
authorAlexander Bantyev <balsoft@balsoft.ru>2021-06-19 23:11:34 +0300
committerAlexander Bantyev <balsoft@balsoft.ru>2021-06-19 23:11:34 +0300
commit42bf8799ee63874f4abbaa4e89b54a0076f0ba73 (patch)
treee859c007fed304336af1c80954324c4619db0780 /src/timeline/TimelineModel.cpp
parentfixup! Allow editing unsent messages (diff)
downloadnheko-42bf8799ee63874f4abbaa4e89b54a0076f0ba73.tar.xz
fixup! Allow editing unsent messages
Diffstat (limited to '')
-rw-r--r--src/timeline/TimelineModel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timeline/TimelineModel.cpp b/src/timeline/TimelineModel.cpp
index 321179b4..4bff15eb 100644
--- a/src/timeline/TimelineModel.cpp
+++ b/src/timeline/TimelineModel.cpp
@@ -385,6 +385,7 @@ TimelineModel::TimelineModel(TimelineViewManager *manager, QString room_id, QObj
                         }
                         if (reply_.toStdString() == txn_id) {
                                 reply_ = QString::fromStdString(event_id);
+                                emit replyChanged(reply_);
                         }
                 });