Files
matrix-ai-agent/voice.py
Christian Gick 685218247a fix: Use empty bytes instead of None for shared_key
NoneType causes TypeError in patched room.py proto assignment.
Empty bytes is falsy so shared_key is not set in proto,
initializing key provider in per-participant mode.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 07:02:33 +02:00

13 KiB