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
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" }}
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