Browse Source

Fix sending the proper proposal result code

pull/10300/head
Snazzah 1 month ago
parent
commit
1e6d85616a
No known key found for this signature in database GPG Key ID: EA479766A94CEB61
  1. 2
      discord/gateway.py

2
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')

Loading…
Cancel
Save