Skip to content
Snippets Groups Projects
Unverified Commit 42bf8799 authored by Alexander Bantyev's avatar Alexander Bantyev
Browse files

fixup! Allow editing unsent messages

parent f8d2564e
No related branches found
No related tags found
No related merge requests found
Pipeline #1234 passed
......@@ -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_);
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment