spantaleev / matrix-docker-ansible-deploy

🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker
GNU Affero General Public License v3.0
4.64k stars 1.01k forks source link

Wechat bot will not respond #3352

Open Korben57 opened 1 month ago

Korben57 commented 1 month ago

Describe the bug The WeChat bot will only respond on a DM, but will reply with:

🔒 This bridge has not been configured to support encryption

If you message it on a NON encrypted room (not DM) it refuses to respond at all

To Reproduce My vars.yml file looks like this:

matrix_domain: XXXXX.au

matrix_homeserver_implementation: synapse

matrix_homeserver_generic_secret_key: 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'

matrix_playbook_reverse_proxy_type: playbook-managed-traefik

devture_traefik_config_certificatesResolvers_acme_email: 'XXXXXXXXXX@gmail.com'

devture_postgres_connection_password: 'XXXXXXX'

matrix_synapse_admin_enabled: true

matrix_sliding_sync_enabled: true

matrix_bot_maubot_enabled: true
matrix_bot_maubot_admins:
  - k: XXXXXXXXX

matrix_static_files_container_labels_base_domain_enabled: true

matrix_wechat_enabled: true

Expected behavior Add WeChat bot, try to create a non encrypted room, message bot, don't get reply

Matrix Server:

Additional context Add any other context about the problem here.

This screenshot is the DM

DM

This is a standard room without encryption

Room created without Encryption

The bot is an Admin in both rooms

Korben57 commented 1 month ago

Have tested deactivating & removing 'wechatbot:domain.au' user and reinstalling with the same results. Logging into the bot directly shows its joining the rooms correctly.