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(GuildMember): Expose serverMute and serverDeaf fields #10407

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Jul 22, 2024

  1. fix: Enable developers to get the ‘mute’ and ‘deaf’ status of a membe…

    …r, even if the member is not connected in a voice call.
    RealAlphabet committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    20c3a1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cd59de View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. fix: The oldState voice state default should reflect the member's s…

    …erver mute and deafen state.
    RealAlphabet committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    506b480 View commit details
    Browse the repository at this point in the history
  2. fix: Specify that ‘mute’ and ‘deafen’ refer to the state of the membe…

    …r on the server and set the default value to ‘null’ if the state is unknown.
    RealAlphabet committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    50477c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    2739327 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    9956836 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    d85eadf View commit details
    Browse the repository at this point in the history