diff options
author | Matthew Hodgson <matthew@matrix.org> | 2022-04-23 15:39:41 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2022-04-23 15:39:41 +0100 |
commit | ba334669395af704da63027c9bc14e13b5ac825c (patch) | |
tree | fd9cef160c5a963ae93e151c9646bc139939ef12 | |
parent | changelog (diff) | |
download | synapse-github/matthew/configurable_default_pl.tar.xz |
update sample config github/matthew/configurable_default_pl matthew/configurable_default_pl
-rw-r--r-- | docs/sample_config.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index b8d8c0dbf0..9502ddbe78 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -2449,6 +2449,22 @@ push: # #encryption_enabled_by_default_for_room_type: invite +# Override the default power levels for rooms created on this server, per +# room creation preset. +# +# Useful if you know that your users need special permissions in rooms +# that they create (e.g. to send particular types of state events without +# needing an elevated power level). This takes the same shape as the +# `power_level_content_override` parameter in the /createRoom API, but +# is applied before that parameter. +# +# This is something of a workaround in the absence of MSC3779 or MSC3761. +# +#default_power_level_content_override: +# private_chat: null +# trusted_private_chat: null +# public_chat: null + # Uncomment to allow non-server-admin users to create groups on this server # |