From 8158cc7d84ef53af6b7cf8bebca120c42e45720c Mon Sep 17 00:00:00 2001 From: anoadragon453 Date: Thu, 18 Jul 2024 12:34:13 +0000 Subject: deploy: 6a01af59e14b67960e290c26131249fb8c833293 --- develop/print.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'develop/print.html') 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 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