We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f2724b commit e6ca510Copy full SHA for e6ca510
charts/synapse/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: synapse
3
-version: 0.26.0
+version: 0.26.1
charts/synapse/values.yaml
@@ -371,7 +371,7 @@ ingress:
371
- "/_matrix/client/(api/v1|r0|v3|unstable)/directory/room/.*$"
372
- "/_matrix/client/(r0|v3|unstable)/capabilities$"
373
- "/_matrix/client/(r0|v3|unstable)/notifications$"
374
- - "/_synapse/admin/v1/rooms/"
+ - "/_synapse/admin/v1/rooms/[^/]+$"
375
# User directory search requests
376
- "/_matrix/client/(api/v1|r0|v3|unstable)/user_directory/search$"
377
# TODO: check search url
0 commit comments