diff --git a/compose.yml b/compose.yml index 7265949..8ed1a70 100644 --- a/compose.yml +++ b/compose.yml @@ -236,7 +236,7 @@ services: - backend element-web: - image: vectorim/element-web:latest + image: vectorim/element-web:develop restart: unless-stopped # ports: # - 8080:80 @@ -254,7 +254,7 @@ services: condition: service_completed_successfully element-call: - image: ghcr.io/element-hq/element-call + image: ghcr.io/element-hq/element-call:latest-ci restart: unless-stopped # ports: # - 8082:80 diff --git a/data-template/synapse/homeserver.yaml b/data-template/synapse/homeserver.yaml index 8e2d307..3044a5f 100644 --- a/data-template/synapse/homeserver.yaml +++ b/data-template/synapse/homeserver.yaml @@ -93,6 +93,12 @@ email: password_reset: "[%(server_name)s] Password reset" email_validation: "[%(server_name)s] Validate your email" + +# temporarily boost rate-limits to avoid breaking WIP MatrixRTC signalling +rc_message: + per_second: 2 + burst_count: 15 + experimental_features: msc3861: # OIDC enabled: true