Skip to content

Commit cb48ad3

Browse files
committed
Synapse: refresh some worker paths based on latest docs
1 parent dab958d commit cb48ad3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

charts/matrix-stack/templates/synapse/_synapse_details.tpl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ responsibleForMedia
202202
"^/_matrix/client/v1/rooms/.*/hierarchy$"
203203
"^/_matrix/client/(v1|unstable)/rooms/.*/relations/"
204204
"^/_matrix/client/v1/rooms/.*/threads$"
205-
"^/_matrix/client/unstable/im.nheko.summary/rooms/.*/summary$"
205+
"^/_matrix/client/unstable/im.nheko.summary/summary/.*$"
206206
"^/_matrix/client/(r0|v3|unstable)/account/3pid$"
207207
"^/_matrix/client/(r0|v3|unstable)/account/whoami$"
208208
"^/_matrix/client/(r0|v3|unstable)/devices$"
@@ -330,9 +330,10 @@ responsibleForMedia
330330
{{- end }}
331331
332332
{{- if eq .workerType "push-rules" }}
333-
{{ $workerPaths = append $workerPaths
333+
{{ $workerPaths = append $workerPaths (list
334334
"^/_matrix/client/(api/v1|r0|v3|unstable)/pushrules/"
335-
}}
335+
"^/_matrix/client/unstable/org.matrix.msc4140/delayed_events"
336+
) }}
336337
{{- end }}
337338
338339
{{- if eq .workerType "receipts-account" }}

newsfragments/228.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update Synapse worker paths support for 1.124.0.

0 commit comments

Comments
 (0)