Fix incoming Signal messages when conversation initiated from Zammad

This commit is contained in:
Darren Clarke 2025-07-25 22:39:07 +02:00
parent 46e1116bc5
commit 20ef676cf1
6 changed files with 27 additions and 11 deletions

View file

@ -14,6 +14,7 @@ x-zammad-vars: &common-zammad-variables
ELASTICSEARCH_PASS: ${OPENSEARCH_ADMIN_PASSWORD}
ELASTICSEARCH_SSL_VERIFY: "false" # this doesn't set es_ssl_verify as expected, but ideally it would
ELASTICSEARCH_SCHEMA: "https"
BRIDGE_SIGNAL_AUTO_GROUPS: ${BRIDGE_SIGNAL_AUTO_GROUPS}
x-zammad-args: &common-zammad-args
EMBEDDED: "true"