summary refs log tree commit diff
path: root/changelog.d/15262.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Avoid unneeded work if auto-join rooms aren't configured. (#15262)Patrick Cloke2023-03-141-0/+1
It is not necessary to reach out to the database to check some parameters if the auto-join rooms are not configured, or (in some cases) if auto-create rooms is not configured.