Skip to content

Commit 57c4875

Browse files
committed
test
1 parent 3e62c51 commit 57c4875

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

charts/synapse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
appVersion: 1.151.0
33
description: matrix synapse kubernetes deployment
44
name: synapse
5-
version: 2.3.12
5+
version: 2.3.13

charts/synapse/values.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,10 @@ ingress:
496496
# source: room_keys.py:43 client_patterns("/room_keys/keys(...)") -> (r0|v3|unstable)
497497
- "/_matrix/client/(r0|v3|unstable)/room_keys/"
498498
# source: keys.py:325,369,425 client_patterns("/keys/(query|changes|claim)$") -> (r0|v3|unstable)
499-
- "/_matrix/client/(r0|v3|unstable)/keys/(query|changes|claim)"
499+
#- "/_matrix/client/(r0|v3|unstable)/keys/(query|changes|claim)"
500+
# by adding two separate routes we send query to device list
501+
- "/_matrix/client/(r0|v3|unstable)/keys/changes$"
502+
- "/_matrix/client/(r0|v3|unstable)/keys/claim$"
500503
# MSC3814 dehydrated device
501504
# source: devices.py:351 client_patterns("/org.matrix.msc3814.v1/dehydrated_device$", releases=()) -> unstable only
502505
- "/_matrix/client/unstable/org.matrix.msc3814.v1/dehydrated_device$"

0 commit comments

Comments
 (0)