Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2022-09-19 17:31:46 +02:00
parent 8839afd469
commit 127c660c6f
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -104,6 +104,7 @@ manhole:
# Bridge config
bridge:
env_prefix: "MAUTRIX_FACEBOOK"
# Localpart template of MXIDs for Facebook users.
# {userid} is replaced with the user ID of the Facebook user.
username_template: "facebook_{userid}"
@ -323,8 +324,6 @@ facebook:
carrier: Verizon
hni: 311390
env_prefix: "MAUTRIX_FACEBOOK"
# Python logging configuration.
#
# See section 16.7.2 of the Python documentation for more info: