feat(chat): join users to rooms on sign-in

This commit is contained in:
Nathnael
2026-08-17 11:33:26 +00:00
parent 00bd1250ee
commit ab734aecc3
15 changed files with 366 additions and 114 deletions

View File

@@ -32,9 +32,9 @@ declare -A SERVICE_ENV_TARGET=(
["passenger-backoffice"]="apps/edr-passenger-web/backoffice/.env"
["payment-api"]="apps/edr-payment-api/.env"
["synapse"]="infrastructure/matrix/synapse/.env"
# element-web has no runtime secrets (its config.json is baked into the
# image), but the sync step still runs unconditionally per service and
# needs a PORT= line to compute ELEMENT_WEB_PORT for docker compose.
# element-web holds no secrets, but its config.json is rendered at container
# start from MATRIX_PUBLIC_BASEURL / MATRIX_SERVER_NAME / ELEMENT_PUBLIC_URL,
# and the sync step needs a PORT= line to compute ELEMENT_WEB_PORT anyway.
["element-web"]="infrastructure/matrix/element/.env"
)