Skip to content

Conversation

@iequidoo
Copy link
Collaborator

@iequidoo iequidoo commented Feb 4, 2026

This includes forwarding of long messages. Also this fixes sending, but more likely resending of
forwarded messages for which the original message was deleted, because now we save HTML to the db
immediately when creating a forwarded message.

Fix #7791

There's also a small improvement: feat: Don't call BlobObject::create_and_deduplicate() when forwarding message to the same account, see the commit message.

TODO: Update commit message (use wording from the PR).

… message to the same account

It has a really complex logic, so it's better to avoid calling it if possible than think which side
effects and performance penalties it has. It was never called here before adding forwarding messages
across contexts (accounts).
…rue (#7791)

This includes forwarding of long messages. Also this fixes sending, but more likely resending of
forwarded messages for which the original message was deleted, because now we save HTML to the db
immediately when creating a forwarded message, not when actually sending it.
@iequidoo iequidoo changed the title fix: Cross-profile forwarding of messages with has_html() returning true (#7791) fix: Cross-account forwarding of messages with true has_html() (#7791) Feb 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Forwarding long message from one profile to another not working

2 participants