Browse Source
Fix sending the proper proposal result code
pull/10300/head
Snazzah
1 month ago
No known key found for this signature in database
GPG Key ID: EA479766A94CEB61
1 changed files with
1 additions and
1 deletions
-
discord/gateway.py
|
|
@ -1043,7 +1043,7 @@ class DiscordVoiceWebSocket: |
|
|
|
) |
|
|
|
if isinstance(result, davey.CommitWelcome): |
|
|
|
await self.send_binary( |
|
|
|
DiscordVoiceWebSocket.MLS_KEY_PACKAGE, |
|
|
|
DiscordVoiceWebSocket.MLS_COMMIT_WELCOME, |
|
|
|
result.commit + result.welcome if result.welcome else result.commit, |
|
|
|
) |
|
|
|
_log.debug('MLS proposals processed') |
|
|
|