Commit 21b0f246 authored by JC Brand's avatar JC Brand

Clear `received` field for corrected messages

It gets populated again upon MUC reflection or chat marker
parent 9c66302c
......@@ -710,7 +710,8 @@ converse.plugins.add('converse-chatboxes', {
'message': attrs.message,
'older_versions': older_versions,
'references': attrs.references,
'origin_id': _converse.connection.getUniqueId()
'origin_id': _converse.connection.getUniqueId(),
'received': undefined
});
} else {
message = this.messages.create(attrs);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment