diff options
author | Travis Ralston <travpc@gmail.com> | 2020-06-05 11:18:15 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-05 18:18:15 +0100 |
commit | 09099313e6d527938013bb46640efc3768960d21 (patch) | |
tree | da6619c87dfa606f1b81ce432509317e4a77d525 /changelog.d | |
parent | Clarifications to the admin api documentation (#7647) (diff) | |
download | synapse-09099313e6d527938013bb46640efc3768960d21.tar.xz |
Add an option to disable autojoin for guest accounts (#6637)
Fixes https://github.com/matrix-org/synapse/issues/3177
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6637.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6637.feature b/changelog.d/6637.feature new file mode 100644 index 0000000000..5228ebc1e5 --- /dev/null +++ b/changelog.d/6637.feature @@ -0,0 +1 @@ +Add an option to disable autojoining rooms for guest accounts. |