Skip to content

Commit 87f8837

Browse files
committed
fixes of routing for 124 release
1 parent 8fbce47 commit 87f8837

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

charts/synapse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: synapse
3-
version: 0.12.1
3+
version: 0.13.0

charts/synapse/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ ingress:
221221
- "/_matrix/federation/v1/make_leave/"
222222
- "/_matrix/federation/(v1|v2)/send_join/"
223223
- "/_matrix/federation/(v1|v2)/send_leave/"
224+
- "/_matrix/federation/v1/make_knock/"
225+
- "/_matrix/federation/v1/send_knock/"
224226
- "/_matrix/federation/(v1|v2)/invite/"
225227
- "/_matrix/federation/v1/event_auth/"
226228
- "/_matrix/federation/v1/timestamp_to_event/"
@@ -300,7 +302,7 @@ ingress:
300302
- "/_matrix/client/v1/rooms/.*/hierarchy$"
301303
- "/_matrix/client/(v1|unstable)/rooms/.*/relations/"
302304
- "/_matrix/client/v1/rooms/.*/threads$"
303-
- "/_matrix/client/unstable/im.nheko.summary/rooms/.*/summary$"
305+
- "/_matrix/client/unstable/im.nheko.summary/summary/.*$"
304306
- "/_matrix/client/(r0|v3|unstable)/account/3pid$"
305307
- "/_matrix/client/(r0|v3|unstable)/account/whoami$"
306308
- "/_matrix/client/(r0|v3|unstable)/devices$"

0 commit comments

Comments
 (0)