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

Group Push Notifications #301

Merged
merged 5 commits into from
Apr 1, 2024
Merged

Group Push Notifications #301

merged 5 commits into from
Apr 1, 2024

Conversation

nplasterer
Copy link
Contributor

Part of xmtp/libxmtp#527

Implements the functionality for decrypting group welcomes and messages.
See android implementation here: xmtp/xmtp-android#210

@nplasterer nplasterer self-assigned this Apr 1, 2024
@nplasterer nplasterer changed the title Np/group push notifications Group Push Notifications Apr 1, 2024
@nplasterer nplasterer marked this pull request as ready for review April 1, 2024 19:59
@nplasterer nplasterer requested a review from a team as a code owner April 1, 2024 19:59
@@ -260,7 +260,7 @@ public enum Conversation: Sendable {
case let .v2(conversation):
return conversation.topic
case let .group(group):
return group.id.toHex
return group.topic
Copy link
Contributor

Choose a reason for hiding this comment

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

🤩


public var topic: String {
Topic.groupMessage(id.toHex).description
}
Copy link
Contributor

Choose a reason for hiding this comment

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

👏🏼

Copy link
Contributor

@zombieobject zombieobject left a comment

Choose a reason for hiding this comment

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

Lets go! 🚀

@nplasterer nplasterer merged commit 316e6b1 into main Apr 1, 2024
2 checks passed
@nplasterer nplasterer deleted the np/group-push-notifications branch April 1, 2024 23:10
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.

3 participants