Bug with the edited message fixed, some further work on message correction
This commit is contained in:
parent
0823b35148
commit
bf4a27f35d
6 changed files with 61 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue