mirror of
https://github.com/element-hq/synapse.git
synced 2025-12-15 00:00:50 -05:00
Changelog + sample config
This commit is contained in:
parent
efdc55db75
commit
a5fe16c5a7
1
changelog.d/5196.feature
Normal file
1
changelog.d/5196.feature
Normal file
@ -0,0 +1 @@
|
||||
Add an option to disable per-room profiles.
|
||||
@ -276,6 +276,12 @@ listeners:
|
||||
#
|
||||
#require_membership_for_aliases: false
|
||||
|
||||
# Whether to allow per-room membership profiles through the send of membership
|
||||
# events with profile information that differ from the target's global profile.
|
||||
# Defaults to 'true'.
|
||||
#
|
||||
#allow_per_room_profiles: false
|
||||
|
||||
|
||||
## TLS ##
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user