fixup! Allow editing unsent messages

This commit is contained in:
Alexander Bantyev 2021-06-19 23:11:34 +03:00
parent f8d2564e46
commit 42bf8799ee
No known key found for this signature in database
GPG Key ID: E081FF12ADCB4AD5
1 changed files with 1 additions and 0 deletions

View File

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