File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v2
22appVersion : 1.151.0
33description : matrix synapse kubernetes deployment
44name : synapse
5- version : 2.3.14
5+ version : 2.3.15
Original file line number Diff line number Diff line change @@ -443,6 +443,8 @@ ingress:
443443 # keys.py:507 unexistent prefixes api/v1 and r0 device_lists
444444 - " /_matrix/client/(api/v1|r0|v3|unstable)/keys/device_signing/upload$"
445445 - " /_matrix/client/(api/v1|r0|v3|unstable)/keys/signatures/upload$"
446+ # hack:
447+ - ' /_matrix/client/(r0|v3|unstable)/room_keys/keys/(?:%21|!)[A-Za-z0-9._=\-/]+(?::|%3[Aa])[A-Za-z0-9.\-]+'
446448 # https://github.com/element-hq/synapse/blob/b99a58719b274fcbb327fd8d7649185792bfd12c/synapse/rest/client/thread_subscriptions.py#L38-L247
447449 # stream writer multiple worker
448450 threadSubscriptionsRoutes :
You can’t perform that action at this time.
0 commit comments