mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 17:11:12 +01:00
Update message size on message content changes
This commit is contained in:
@@ -267,6 +267,8 @@ public class EntityRule {
|
||||
Helper.writeText(reply.getFile(context), body);
|
||||
db.message().setMessageContent(reply.id, true, HtmlHelper.getPreview(body), null);
|
||||
|
||||
Core.updateMessageSize(context, reply.id);
|
||||
|
||||
EntityOperation.queue(context, db, reply, EntityOperation.SEND);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user