1
0
Fork 0

app/matrix: remove stream writer endpoints from generic worker

Change-Id: I93dc263f00becceb1428da99161b883a23a1f027
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1303
Reviewed-by: q3k <q3k@hackerspace.pl>
master
informatic 2022-04-30 00:25:39 +02:00 committed by informatic
parent 5ff2ccf5df
commit 7d0e56cba7
1 changed files with 8 additions and 6 deletions

View File

@ -306,12 +306,14 @@ local kube = import "../../../kube/kube.libsonnet";
"/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/(join|invite|leave|ban|unban|kick)",
"/_matrix/client/(api/v1|r0|v3|unstable)/join/",
"/_matrix/client/(api/v1|r0|v3|unstable)/profile/",
"/_matrix/client/(r0|v3|unstable)/sendToDevice/",
"/_matrix/client/(r0|v3|unstable)/.*/tags",
"/_matrix/client/(r0|v3|unstable)/.*/account_data",
"/_matrix/client/(r0|v3|unstable)/rooms/.*/receipt",
"/_matrix/client/(r0|v3|unstable)/rooms/.*/read_markers",
"/_matrix/client/(api/v1|r0|v3|unstable)/presence/",
# These need to be handled by stream writers, not supported yet
# "/_matrix/client/(r0|v3|unstable)/sendToDevice/",
# "/_matrix/client/(r0|v3|unstable)/.*/tags",
# "/_matrix/client/(r0|v3|unstable)/.*/account_data",
# "/_matrix/client/(r0|v3|unstable)/rooms/.*/receipt",
# "/_matrix/client/(r0|v3|unstable)/rooms/.*/read_markers",
# "/_matrix/client/(api/v1|r0|v3|unstable)/presence/",
],
},