Add config to control m.federate in room create events. (fixes #151)
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -435,10 +435,21 @@
|
||||
#allow_encryption = true
|
||||
|
||||
# Controls whether federation is allowed or not. It is not recommended to
|
||||
# disable this after the fact due to potential federation breakage.
|
||||
# disable this after installation due to potential federation breakage but
|
||||
# this is technically not a permanent setting.
|
||||
#
|
||||
#allow_federation = true
|
||||
|
||||
# Sets the default `m.federate` property for newly created rooms when the
|
||||
# client does not request one. If `allow_federation` is set to false at
|
||||
# the same this value is set to false it then always overrides the client
|
||||
# requested `m.federate` value to false.
|
||||
#
|
||||
# Rooms are fixed to the setting at the time of their creation and can
|
||||
# never be changed; changing this value only affects new rooms.
|
||||
#
|
||||
#federate_created_rooms = true
|
||||
|
||||
# Allows federation requests to be made to itself
|
||||
#
|
||||
# This isn't intended and is very likely a bug if federation requests are
|
||||
|
||||
Reference in New Issue
Block a user