Add option to automatically enable custom puppeting with shared secret login

This commit is contained in:
Tulir Asokan
2019-12-30 20:21:04 +02:00
parent 0b51d84646
commit ec0e60c71c
6 changed files with 61 additions and 3 deletions

View File

@ -102,6 +102,12 @@ bridge:
# Whether or not to sync with custom puppets to receive EDUs that
# are not normally sent to appservices.
sync_with_custom_puppets: true
# Shared secret for https://github.com/devture/matrix-synapse-shared-secret-auth
#
# If set, custom puppets will be enabled automatically for local users
# instead of users having to find an access token and run `login-matrix`
# manually.
login_shared_secret: null
# Whether or not to invite own WhatsApp user's Matrix puppet into private
# chat portals when backfilling if needed.