-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat: Consent Proof Payload #317
Conversation
Updated invitiation protos Added handling for consent proof signature on conversation creation
…sation Added Test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is looking really good!
} | ||
return nil | ||
case .group(_): | ||
return nil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a world where this would be valid for groups as well. 🤔 Like you subscribe to a group?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe, but not at the current moment, I will add it to the group tracking issue
Added signature verification
Cleaned up types Added decoding/encoding for ConsentProofPayload and version
This reverts commit c4dc517.
This reverts commit c4dc517. Co-authored-by: cameronvoell <[email protected]>
* Revert "Revert "feat: Consent Proof Payload (#317)" (#328)" This reverts commit 7fcd96d. * feat: Consent Proofs Fixed handling for empty consent proofs --------- Co-authored-by: Alex Risch <[email protected]>
Introduction 📟
Updated invitiation protos
Added handling for consent proof signature on conversation creation
Purpose ℹ️
XIP
Tracking issue: #309
Scope 🔭