From bc46d5407eba1d786b0e5dbbeb16eb95ae8697fa Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Sat, 4 Sep 2021 15:49:48 +0200 Subject: [PATCH] allow the bridge to create communities --- roles/matrix-bridge-facebook/templates/config.yaml | 2 +- roles/synapse/templates/homeserver.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/matrix-bridge-facebook/templates/config.yaml b/roles/matrix-bridge-facebook/templates/config.yaml index 9723017..0149669 100644 --- a/roles/matrix-bridge-facebook/templates/config.yaml +++ b/roles/matrix-bridge-facebook/templates/config.yaml @@ -95,7 +95,7 @@ bridge: # (Note that, by default, non-admins might not have your homeserver's permission to create # communities. You should set `enable_group_creation: true` in homeserver.yaml to fix this.) # `facebook_{localpart}={server}` is a good value. - community_template: + community_template: facebook_{localpart}={server} # Displayname template for Facebook users. # {displayname} is replaced with the display name of the Facebook user # as defined below in displayname_preference. diff --git a/roles/synapse/templates/homeserver.yaml b/roles/synapse/templates/homeserver.yaml index e9e098f..701c047 100644 --- a/roles/synapse/templates/homeserver.yaml +++ b/roles/synapse/templates/homeserver.yaml @@ -2214,13 +2214,13 @@ encryption_enabled_by_default_for_room_type: off # Because the discord bridge is # Uncomment to allow non-server-admin users to create groups on this server -# -#enable_group_creation: true + +enable_group_creation: true # If enabled, non server admins can only create groups with local parts # starting with this prefix # -#group_creation_prefix: "unofficial_" +# group_creation_prefix: "unofficial_"