Changelog + sample config
This commit is contained in:
parent
efdc55db75
commit
a5fe16c5a7
|
@ -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