use uri instead of request_uri

This commit is contained in:
Daniel Lovbrotte Olsen 2022-12-10 08:12:18 +01:00
parent f2ed2ea7bc
commit facc54ab80
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ in
''' synapse_initial_sync;
}
map $request_uri $synapse_uri_group {
map $uri $synapse_uri_group {
# Sync requests
^/_matrix/client/(r0|v3)/sync$ $synapse_unknown_sync;
^/_matrix/client/(api/v1|r0|v3)/event$ synapse_normal_sync;