diff options
author | Will Lewis <1543626+wrjlewis@users.noreply.github.com> | 2025-05-02 15:38:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-02 15:38:02 +0100 |
commit | fe8bb620de8e5830328c6d23127657560f449af0 (patch) | |
tree | bce5430c702ed80da5be5a4185b3de024ca7664c /docs/usage/configuration/config_documentation.md | |
parent | Allow a few admin APIs used by MAS to run on workers (#18313) (diff) | |
download | synapse-fe8bb620de8e5830328c6d23127657560f449af0.tar.xz |
Add the ability to exclude remote users in user directory search results (#18300)
This change adds a new configuration `user_directory.exclude_remote_users`, which defaults to False. When set to True, remote users will not appear in user directory search results. ### Pull Request Checklist <!-- Please read https://element-hq.github.io/synapse/latest/development/contributing_guide.html before submitting your pull request --> * [x] Pull request is based on the develop branch * [x] Pull request includes a [changelog file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog). The entry should: - Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from `EventStore` to `EventWorkerStore`.". - Use markdown where necessary, mostly for `code blocks`. - End with either a period (.) or an exclamation mark (!). - Start with a capital letter. - Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry. * [x] [Code style](https://element-hq.github.io/synapse/latest/code_style.html) is correct (run the [linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters)) --------- Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Diffstat (limited to 'docs/usage/configuration/config_documentation.md')
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md |