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_); } });