From 8158cc7d84ef53af6b7cf8bebca120c42e45720c Mon Sep 17 00:00:00 2001 From: anoadragon453 Date: Thu, 18 Jul 2024 12:34:13 +0000 Subject: deploy: 6a01af59e14b67960e290c26131249fb8c833293 --- .../usage/configuration/config_documentation.html | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'develop/usage/configuration/config_documentation.html') diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index 1558c15ce3..4a994d18c0 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -3714,6 +3714,33 @@ except com.example.foo.

trusted_private_chat: null public_chat: null +

The default power levels for each preset are:

+
"m.room.name": 50
+"m.room.power_levels": 100
+"m.room.history_visibility": 100
+"m.room.canonical_alias": 50
+"m.room.avatar": 50
+"m.room.tombstone": 100
+"m.room.server_acl": 100
+"m.room.encryption": 100
+
+

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:

+
default_power_level_content_override:
+   private_chat:
+    events:
+      "com.example.foo": 0
+      "m.room.name": 50
+      "m.room.power_levels": 100
+      "m.room.history_visibility": 100
+      "m.room.canonical_alias": 50
+      "m.room.avatar": 50
+      "m.room.tombstone": 100
+      "m.room.server_acl": 100
+      "m.room.encryption": 100
+   trusted_private_chat: null
+   public_chat: null
+

forget_rooms_on_leave

Set to true to automatically forget rooms for users when they leave them, either -- cgit 1.5.1