summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2021-02-22 11:44:31 +0000
committerGitHub <noreply@github.com>2021-02-22 11:44:31 +0000
commite22b71810ee60a24af39f95f35967e2156adc829 (patch)
tree1f20de9c0f637cd57c6df221ccc789dd65250bed /changelog.d
parentRatelimit cross-user key sharing requests. (#8957) (diff)
downloadsynapse-e22b71810ee60a24af39f95f35967e2156adc829.tar.xz
Clean up the user directory sample config section (#9385)
The user directory sample config section was a little messy, and didn't adhere to our [recommended config format guidelines](https://github.com/matrix-org/synapse/blob/develop/docs/code_style.md#configuration-file-format).

This PR cleans that up a bit.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9385.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9385.feature b/changelog.d/9385.feature
new file mode 100644
index 0000000000..cbe3922de8
--- /dev/null
+++ b/changelog.d/9385.feature
@@ -0,0 +1 @@
+ Add a configuration option, `user_directory.prefer_local_users`, which when enabled will make it more likely for users on the same server as you to appear above other users.
\ No newline at end of file