mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
fixup! Allow editing unsent messages
This commit is contained in:
parent
f8d2564e46
commit
42bf8799ee
1 changed files with 1 additions and 0 deletions
|
@ -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_);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue