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

feat: Group Consent Work #101

Merged
merged 1 commit into from
May 29, 2024
Merged

feat: Group Consent Work #101

merged 1 commit into from
May 29, 2024

Conversation

alexrisch
Copy link
Collaborator

@alexrisch alexrisch commented May 28, 2024

Added consent work for groups
Updated AppConfig
Cleaned up some push handling for now
Closes #100

Added consent work for groups
Updated AppConfig
Cleaned up some push handling for now
@alexrisch alexrisch requested a review from a team as a code owner May 28, 2024 18:05
@@ -6,5 +6,5 @@ export const AppConfig = {
XMTP_ENV: 'dev' as 'local' | 'dev' | 'production',
MULTI_WALLET: false,
PUSH_NOTIFICATIONS: Platform.OS === 'ios',
GROUP_CONSENT: false,
GROUP_CONSENT: Platform.OS === 'android',

Choose a reason for hiding this comment

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

why just android?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Bug on the iOS side: xmtp/xmtp-react-native#391

@alexrisch alexrisch merged commit 628fbd8 into main May 29, 2024
4 checks passed
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.

Feature request: Support Group Consent
2 participants