Add /notifications endpoint to workers (#16265)

This commit is contained in:
Erik Johnston
2023-09-07 10:26:07 +01:00
committed by GitHub
parent a83f75a37d
commit 8940d1b28e
6 changed files with 42 additions and 37 deletions

View File

@@ -183,6 +183,7 @@ WORKERS_CONFIG: Dict[str, Dict[str, Any]] = {
"^/_matrix/client/(r0|v3|unstable)/password_policy$",
"^/_matrix/client/(api/v1|r0|v3|unstable)/directory/room/.*$",
"^/_matrix/client/(r0|v3|unstable)/capabilities$",
"^/_matrix/client/(r0|v3|unstable)/notifications$",
],
"shared_extra_conf": {},
"worker_extra_conf": "",