mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04: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
|
#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 ##
|
## TLS ##
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user