feat: Add config option for a default ACL on room creation #1691

Merged
ginger merged 3 commits from eve/ackduck:I775 into main 2026-05-21 17:09:43 +00:00

3 commits

Author SHA1 Message Date
652f525352
feat: Add config check to make sure default ACL doesn't self-ban the server
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 9s
Checks / Prek / Check changed files (pull_request) Successful in 32s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 8m56s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 21m10s
2026-05-20 13:49:04 +00:00
dfae4a4145
add changelog 2026-05-20 13:49:04 +00:00
b8846ab3d7
feat: Add config option for a default ACL on room creation
This allows for rooms to be created with a m.room.server_acl event by
default. This event can be thought of as part of the initial_state
events, although it is not provided by the client.

Implements #775
2026-05-20 13:48:58 +00:00