diff options
author | Erik Johnston <erikj@jki.re> | 2019-03-21 10:16:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-21 10:16:54 +0000 |
commit | 09f991a63d08fb9dc22cd64b82e251fa6fe1b7ca (patch) | |
tree | 70d4b3933adcf129a1fc90e686955468489ebfa9 /changelog.d | |
parent | Log requests which are simulated by the unit tests. (#4905) (diff) | |
parent | Add test (diff) | |
download | synapse-09f991a63d08fb9dc22cd64b82e251fa6fe1b7ca.tar.xz |
Merge pull request #4896 from matrix-org/erikj/disable_room_directory
Add option to disable search room lists
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4896.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4896.feature b/changelog.d/4896.feature new file mode 100644 index 0000000000..46ac49a4b4 --- /dev/null +++ b/changelog.d/4896.feature @@ -0,0 +1 @@ +Add option to disable searching of local and remote public room lists. |