Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more decrypted message functions #196

Merged
merged 2 commits into from
Nov 27, 2023
Merged

Add more decrypted message functions #196

merged 2 commits into from
Nov 27, 2023

Conversation

nakajima
Copy link
Contributor

In React Native we need more access to decrypted messages that aren't necessarily decoded. This exposes DecyptedMessage in more places.

@nakajima nakajima requested a review from a team as a code owner November 27, 2023 19:10
@nakajima nakajima enabled auto-merge (squash) November 27, 2023 19:10
Copy link
Contributor

@nplasterer nplasterer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You'll probably need to bump the pod file again because it was already released.

return messages
}

public func listBatchDecryptedMessages(topics: [String: Pagination?]) async throws -> [DecryptedMessage] {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be worth writing tests for these new functions.

@nakajima nakajima merged commit 6e81fe1 into main Nov 27, 2023
@nakajima nakajima deleted the add-batch-decrypt branch November 27, 2023 19:14
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.

2 participants