Skip to content

Commit b081002

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

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
@@ -419,6 +419,7 @@ responsibleForMedia
419419
"^/_synapse/admin/v2/users/[^/]+$"
420420
"^/_synapse/admin/v1/username_available$"
421421
"^/_synapse/admin/v1/users/[^/]+/_allow_cross_signing_replacement_without_uia$"
422+
"^/_synapse/admin/v1/users/[^/]+/devices$"
422423
) }}
423424
{{- end }}
424425
{{- end }}

0 commit comments

Comments
 (0)