mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-04-19 11:51:09 +03:00
Remove deprecated community options
"Community" support - has been removed from mautrix/facebook in v0.3.3: https://github.com/mautrix/facebook/commit/31cac6fb5e75667d272bf0daae094578add09a1f - has been removed from mautrix/signal in v0.2.2: https://github.com/mautrix/signal/commit/1f27a608a661118e17e2ef89412fd7ee2735b15c - will be removed in the next mautrix/instagram release: https://github.com/mautrix/instagram/commit/e2ae1ca503e7ab05e1f9dd703c26e4a5a2d4e517 - will be removed in the next mautrix/twitter release: https://github.com/mautrix/twitter/commit/3893075265fc78021be773acc58203619ffaa067
This commit is contained in:
@@ -66,12 +66,6 @@ bridge:
|
||||
# Localpart template of MXIDs for Facebook users.
|
||||
# {userid} is replaced with the user ID of the Facebook user.
|
||||
username_template: "facebook_{userid}"
|
||||
# Localpart template for per-user room grouping community IDs.
|
||||
# The bridge will create these communities and add all of the specific user's portals to the community.
|
||||
# {localpart} is the MXID localpart and {server} is the MXID server part of the user.
|
||||
#
|
||||
# `facebook_{localpart}={server}` is a good value.
|
||||
community_template: null
|
||||
# Displayname template for Facebook users.
|
||||
# {displayname} is replaced with the display name of the Facebook user
|
||||
# as defined below in displayname_preference.
|
||||
|
||||
Reference in New Issue
Block a user