(backend) update a room's attributes from the external API

Update a room's access level and/or configuration using PATCH from the
external API. Log modifications and send to analytics.
This commit is contained in:
leo
2026-09-02 18:38:06 +02:00
parent cf3960db95
commit 9d6ed7aa21
15 changed files with 926 additions and 95 deletions
+1
View File
@@ -12,6 +12,7 @@ and this project adheres to
- ✨(frontend) add 1080p sending resolution option #1660
- ✨(backend) add Traefik support via configurable media-auth url header #1649
- ✨(backend) update a room's attributes from the external API
### Fixed