aboutsummaryrefslogtreecommitdiff
path: root/docs/hiawatha
diff options
context:
space:
mode:
authorTill <2353100+S7evinK@users.noreply.github.com>2022-10-10 12:19:16 +0200
committerGitHub <noreply@github.com>2022-10-10 12:19:16 +0200
commit0f09e9d196d3375e38a490881e06668a82fb6c40 (patch)
treeb04e95f7165ffb82b8aadc4fa2b1f15b20e8bd76 /docs/hiawatha
parentfb6cb2dbcbeb7cd7546ca4d126394720d215c310 (diff)
Move /event to the SyncAPI (#2782)
This allows us to apply history visibility without having to recalculate it in the roomserver. Unblocks https://github.com/matrix-org/complement/pull/495, fix missing part of https://github.com/matrix-org/dendrite/issues/617
Diffstat (limited to 'docs/hiawatha')
-rw-r--r--docs/hiawatha/polylith-sample.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/hiawatha/polylith-sample.conf b/docs/hiawatha/polylith-sample.conf
index 5ed0cb5a..03614064 100644
--- a/docs/hiawatha/polylith-sample.conf
+++ b/docs/hiawatha/polylith-sample.conf
@@ -18,8 +18,10 @@ VirtualHost {
# /_matrix/client/.*/user/{userId}/filter/{filterID}
# /_matrix/client/.*/keys/changes
# /_matrix/client/.*/rooms/{roomId}/messages
+ # /_matrix/client/.*/rooms/{roomId}/context/{eventID}
+ # /_matrix/client/.*/rooms/{roomId}/event/{eventID}
# to sync_api
- ReverseProxy = /_matrix/client/.*?/(sync|user/.*?/filter/?.*|keys/changes|rooms/.*?/messages) http://localhost:8073 600
+ ReverseProxy = /_matrix/client/.*?/(sync|user/.*?/filter/?.*|keys/changes|rooms/.*?/(messages|context/.*?|event/.*?))$ http://localhost:8073 600
ReverseProxy = /_matrix/client http://localhost:8071 600
ReverseProxy = /_matrix/federation http://localhost:8072 600
ReverseProxy = /_matrix/key http://localhost:8072 600