File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
charts/matrix-stack/templates/synapse Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ responsibleForMedia
202
202
"^/_matrix/client/v1/rooms/.*/hierarchy$"
203
203
"^/_matrix/client/(v1|unstable)/rooms/.*/relations/"
204
204
"^/_matrix/client/v1/rooms/.*/threads$"
205
- "^/_matrix/client/unstable/im.nheko.summary/rooms /.*/summary $"
205
+ "^/_matrix/client/unstable/im.nheko.summary/summary /.*$"
206
206
"^/_matrix/client/(r0|v3|unstable)/account/3pid$"
207
207
"^/_matrix/client/(r0|v3|unstable)/account/whoami$"
208
208
"^/_matrix/client/(r0|v3|unstable)/devices$"
@@ -330,9 +330,10 @@ responsibleForMedia
330
330
{{- end }}
331
331
332
332
{{- if eq .workerType "push-rules" }}
333
- {{ $workerPaths = append $workerPaths
333
+ {{ $workerPaths = append $workerPaths (list
334
334
"^/_matrix/client/(api/v1|r0|v3|unstable)/pushrules/"
335
- }}
335
+ "^/_matrix/client/unstable/org.matrix.msc4140/delayed_events"
336
+ ) }}
336
337
{{- end }}
337
338
338
339
{{- if eq .workerType "receipts-account" }}
Original file line number Diff line number Diff line change
1
+ Update Synapse worker paths support for 1.124.0.
You can’t perform that action at this time.
0 commit comments