continuwuity/changelog.d/1448.bugfix
Niklas Wojtkowiak c1f4dc3775 fix(rooms): prevent removing admin room alias
Only the server user can now remove the #admins alias, matching the
existing check for setting the alias. This prevents users from
accidentally breaking the admin room functionality.

fixes #1408
2026-03-03 18:42:49 +00:00

1 line
129 B
Text

Prevent removing the admin room alias (`#admins`) to avoid accidentally breaking admin room functionality. Contributed by @0xnim