Skip to content

Commit 62d4f3e

Browse files
committed
^/_synapse/admin/v1/users/[^/]+/devices$ is now worker-capable for all methods
As per element-hq/synapse#18581
1 parent 10b35ec commit 62d4f3e

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

charts/matrix-stack/configs/synapse/path_map_file_get.tpl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,3 @@ workers instead if these requests path are under high load.
2727
*/}}
2828
^/_matrix/client/unstable/org.matrix.msc4140/delayed_events client-reader
2929
{{- end }}
30-
{{ if dig "sso-login" "enabled" false $root.Values.synapse.workers }}
31-
{{- if (and $root.Values.matrixAuthenticationService.enabled (not $root.Values.matrixAuthenticationService.preMigrationSynapseHandlesAuth)) }}
32-
^/_synapse/admin/v1/users/[^/]+/devices$ sso-login
33-
{{- end }}
34-
{{- end }}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ responsibleForMedia
427427
"^/_synapse/admin/v2/users/[^/]+$"
428428
"^/_synapse/admin/v1/username_available$"
429429
"^/_synapse/admin/v1/users/[^/]+/_allow_cross_signing_replacement_without_uia$"
430+
"^/_synapse/admin/v1/users/[^/]+/devices$"
430431
) }}
431432
{{- end }}
432433
{{- end }}

0 commit comments

Comments
 (0)