summary refs log tree commit diff
path: root/develop/usage/configuration/config_documentation.html
diff options
context:
space:
mode:
authoranoadragon453 <anoadragon453@users.noreply.github.com>2022-05-04 15:42:19 +0000
committeranoadragon453 <anoadragon453@users.noreply.github.com>2022-05-04 15:42:19 +0000
commit29004dff5eba12fddbfc2a290d28df3aee976fc2 (patch)
tree6a770b1cece42e39ef3660566fad5a78b300207c /develop/usage/configuration/config_documentation.html
parentdeploy: ba3fd54badb0e11d4dc79488e2ab3099fc03a1e8 (diff)
downloadsynapse-29004dff5eba12fddbfc2a290d28df3aee976fc2.tar.xz
deploy: 332cce8dcf9c28314f568c290b57e98036a0e723
Diffstat (limited to 'develop/usage/configuration/config_documentation.html')
-rw-r--r--develop/usage/configuration/config_documentation.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html

index e0c2459f3b..ed8c88e46a 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html
@@ -975,11 +975,11 @@ on this homeserver.</p> </code></pre> <hr /> <p>Config option: <code>allow_device_name_lookup_over_federation</code></p> -<p>Set this option to false to disable device display name lookup over federation. By default, the -Federation API allows other homeservers to obtain device display names of any user +<p>Set this option to true to allow device display name lookup over federation. By default, the +Federation API prevents other homeservers from obtaining the display names of any user devices on this homeserver.</p> <p>Example configuration:</p> -<pre><code class="language-yaml">allow_device_name_lookup_over_federation: false +<pre><code class="language-yaml">allow_device_name_lookup_over_federation: true </code></pre> <hr /> <h2 id="caching"><a class="header" href="#caching">Caching</a></h2>