Add support for disabling presence on matrix-bridge-mx-puppet-discord
This commit is contained in:
@ -23,9 +23,9 @@ bridge:
|
||||
|
||||
presence:
|
||||
# Bridge Discord online/offline status
|
||||
enabled: true
|
||||
enabled: {{ matrix_mx_puppet_discord_presence_enabled | to_json }}
|
||||
# How often to send status to the homeserver in milliseconds
|
||||
interval: 5000
|
||||
interval: {{ matrix_mx_puppet_discord_presence_interval | to_json }}
|
||||
|
||||
provisioning:
|
||||
# Regex of Matrix IDs allowed to use the puppet bridge
|
||||
|
Reference in New Issue
Block a user