fixup! Allow editing unsent messages
This commit is contained in:
parent
9f798e76ed
commit
f8d2564e46
2 changed files with 21 additions and 7 deletions
|
|
@ -383,6 +383,9 @@ TimelineModel::TimelineModel(TimelineViewManager *manager, QString room_id, QObj
|
|||
edit_ = QString::fromStdString(event_id);
|
||||
emit editChanged(edit_);
|
||||
}
|
||||
if (reply_.toStdString() == txn_id) {
|
||||
reply_ = QString::fromStdString(event_id);
|
||||
}
|
||||
});
|
||||
|
||||
showEventTimer.callOnTimeout(this, &TimelineModel::scrollTimerEvent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue