Skip to content

Commit d320e39

Browse files
committed
remove duplications
1 parent 57c4875 commit d320e39

2 files changed

Lines changed: 4 additions & 4 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.13
5+
version: 2.3.14

charts/synapse/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -494,12 +494,12 @@ ingress:
494494
- "/_matrix/client/(r0|v3|unstable)/notifications$"
495495
# Backup key APIs
496496
# source: room_keys.py:43 client_patterns("/room_keys/keys(...)") -> (r0|v3|unstable)
497-
- "/_matrix/client/(r0|v3|unstable)/room_keys/"
497+
#- "/_matrix/client/(r0|v3|unstable)/room_keys/"
498498
# source: keys.py:325,369,425 client_patterns("/keys/(query|changes|claim)$") -> (r0|v3|unstable)
499499
#- "/_matrix/client/(r0|v3|unstable)/keys/(query|changes|claim)"
500500
# 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$"
501+
#- "/_matrix/client/(r0|v3|unstable)/keys/changes$"
502+
#- "/_matrix/client/(r0|v3|unstable)/keys/claim$"
503503
# MSC3814 dehydrated device
504504
# source: devices.py:351 client_patterns("/org.matrix.msc3814.v1/dehydrated_device$", releases=()) -> unstable only
505505
- "/_matrix/client/unstable/org.matrix.msc3814.v1/dehydrated_device$"

0 commit comments

Comments
 (0)