Bug with the edited message fixed, some further work on message correction

This commit is contained in:
Blue 2022-03-27 22:05:31 +03:00
parent 0823b35148
commit bf4a27f35d
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
6 changed files with 61 additions and 3 deletions

View file

@ -406,7 +406,7 @@ bool Shared::Message::change(const QMap<QString, QVariant>& data)
if (!edited || lastModified < correctionDate) {
originalMessage = body;
lastModified = correctionDate;
setBody(body);
setBody(b);
setEdited(true);
}
}