Skip to content

Conversation

@Doy-lee
Copy link
Contributor

@Doy-lee Doy-lee commented Jan 5, 2026

Add support for blinded community messages in the new high-level API for encoding/decoding messages with Session Pro support. Prior to this, you'd have to manually decode a blinded community message with decrypt_from_blinded_recipient before handing over the blob to decode_for_community.

With this PR the manual decoding using decrypt_from_blinded_recipient is removed and you can instead call decode_for_community_inbox which under the hood, calls decrypt_from_blinded_recipient on behalf of the caller.

This function supports both new/old style messages where the Pro metadata is embedded in the content (the legacy path) and Pro metadata is embedded in the envelope (the modern path).

@Doy-lee Doy-lee changed the title Add blinded community session encrypt encode/decode functions Add blinded community session encrypt encode/decode with Session Pro functions Jan 5, 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.

1 participant