Forwarding messages from relay groups to unencrypted recipients fails silently #16
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The way we re-use the same message object, the core fails to clear the
encrypted
flag from the message object. If it then is supposed to send it unencrypted, because we don't have a peerstate for the recipient (i.e. if the recipient uses a non-autocrypt client), it fails with a ValueError.Related core issue: https://github.com/deltachat/deltachat-core-rust/issues/5123
I tried to notify the relay group about the failed message, but that message fails as well.