-
Notifications
You must be signed in to change notification settings - Fork 12
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
Consent Streaming #333
Consent Streaming #333
Conversation
library/src/main/java/org/xmtp/android/library/PrivatePreferences.kt
Outdated
Show resolved
Hide resolved
} | ||
|
||
Thread.sleep(2000) | ||
assertEquals(3, consent.size) |
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.
Checking if I understand - there are 3 consent entries because when alixClient2
creates the dm3
group with caro, it automatically makes an entry of ALLOWED, and the other two entries are making the alix2Group
DENIED, and setting the dm3
group DENIED. Is that right?
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.
Correct!
…ces.kt Co-authored-by: Cameron Voell <[email protected]>
Consent auto syncs now and streams.