Skip to content

Fix duplicated flag value in ActivityProperties enum#3174

Merged
Misha-133 merged 1 commit into
discord-net:devfrom
ForceFK:dev
Aug 11, 2025
Merged

Fix duplicated flag value in ActivityProperties enum#3174
Misha-133 merged 1 commit into
discord-net:devfrom
ForceFK:dev

Conversation

@ForceFK

@ForceFK ForceFK commented Aug 11, 2025

Copy link
Copy Markdown
Contributor

Description

Corrected a duplicated flag value in the ActivityProperties enum. The Embedded flag previously shared the same bitwise value (0b10000000) with PartyPrivacyVoiceChannel, which caused ambiguity when combining flags. The Embedded flag has been updated to 0b100000000 (256) to ensure each flag has a unique value.
developers#activity-object-activity-flags

Changes

  • Updated Embedded flag value from 0b10000000 to 0b100000000

@Misha-133 Misha-133 merged commit ebc7db8 into discord-net:dev Aug 11, 2025
2 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.

2 participants