summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
authoranoadragon453 <anoadragon453@users.noreply.github.com>2024-07-18 12:34:13 +0000
committeranoadragon453 <anoadragon453@users.noreply.github.com>2024-07-18 12:34:13 +0000
commit8158cc7d84ef53af6b7cf8bebca120c42e45720c (patch)
treeb8b5e3bb27c5645ea3c75ab108905dad3a38832a /develop/print.html
parentdeploy: 3fee32ed6be7eeb5845b0ce199ba29fa49fdd41e (diff)
downloadsynapse-8158cc7d84ef53af6b7cf8bebca120c42e45720c.tar.xz
deploy: 6a01af59e14b67960e290c26131249fb8c833293
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html

index f3a5d6b161..3ee590e86b 100644 --- a/develop/print.html +++ b/develop/print.html
@@ -7374,6 +7374,33 @@ except <code>com.example.foo</code>.</p> trusted_private_chat: null public_chat: null </code></pre> +<p>The default power levels for each preset are:</p> +<pre><code class="language-yaml">&quot;m.room.name&quot;: 50 +&quot;m.room.power_levels&quot;: 100 +&quot;m.room.history_visibility&quot;: 100 +&quot;m.room.canonical_alias&quot;: 50 +&quot;m.room.avatar&quot;: 50 +&quot;m.room.tombstone&quot;: 100 +&quot;m.room.server_acl&quot;: 100 +&quot;m.room.encryption&quot;: 100 +</code></pre> +<p>So a complete example where the default power-levels for a preset are maintained +but the power level for a new key is set is:</p> +<pre><code class="language-yaml">default_power_level_content_override: + private_chat: + events: + &quot;com.example.foo&quot;: 0 + &quot;m.room.name&quot;: 50 + &quot;m.room.power_levels&quot;: 100 + &quot;m.room.history_visibility&quot;: 100 + &quot;m.room.canonical_alias&quot;: 50 + &quot;m.room.avatar&quot;: 50 + &quot;m.room.tombstone&quot;: 100 + &quot;m.room.server_acl&quot;: 100 + &quot;m.room.encryption&quot;: 100 + trusted_private_chat: null + public_chat: null +</code></pre> <hr /> <h3 id="forget_rooms_on_leave"><a class="header" href="#forget_rooms_on_leave"><code>forget_rooms_on_leave</code></a></h3> <p>Set to true to automatically forget rooms for users when they leave them, either