Add support for disabling presence on matrix-bridge-mx-puppet-discord

This commit is contained in:
Slavi Pantaleev
2024-01-08 17:06:38 +02:00
parent 6d0ecb0269
commit 82de4581e3
3 changed files with 7 additions and 2 deletions

View File

@ -68,6 +68,9 @@ matrix_mx_puppet_discord_homeserver_token: ''
# Can be set to enable automatic double-puppeting via Shared Secret Auth (https://github.com/devture/matrix-synapse-shared-secret-auth).
matrix_mx_puppet_discord_login_shared_secret: ''
matrix_mx_puppet_discord_presence_enabled: true
matrix_mx_puppet_discord_presence_interval: 5000
# Database configuration
matrix_mx_puppet_discord_database_engine: 'sqlite'