@nordeck/matrix-meetings-bot@2.8.5
Highlights
The bot can now determine the Matrix homeserver's default room version automatically and set up power levels correctly depending on the room version when creating rooms. Specifically, this includes support for when the homeserver is using room version 12 as default. The bot can work with rooms using different Matrix room versions at the same time without any special configuration, so migrating to version 12 is seamless.
Patch Changes
- 765bce1: Improve Matrix Room Version 12 support by using
/_matrix/client/v3/capabilitiesendpoint to retrieve synapse room default version. TheDEFAULT_ROOM_VERSIONoption is not needed and is deleted.