Skip to content

Conversation

@ForceFK
Copy link
Contributor

@ForceFK ForceFK commented Aug 11, 2025

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