diff options
Diffstat (limited to 'docs/sample_config.yaml')
-rw-r--r-- | docs/sample_config.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 7e2cf97c3e..9c77271333 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -1395,6 +1395,17 @@ metrics_flags: # - "m.room.encryption" # - "m.room.name" +# A list of event types from a room that will be given to users when they +# knock on the room. This allows clients to display information about the +# room that they've knocked on, without actually being in the room yet. +# +#room_knock_state_types: +# - "m.room.join_rules" +# - "m.room.canonical_alias" +# - "m.room.avatar" +# - "m.room.encryption" +# - "m.room.name" + # A list of application service config files to use # |