Skip to content

Commit

Permalink
Register sliding sync under a different path
Browse files Browse the repository at this point in the history
As the API is slightly incompatible.
  • Loading branch information
erikjohnston committed Jun 19, 2024
1 parent bdf82ef commit cc9ce5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/rest/client/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ class SlidingSyncRestServlet(RestServlet):
"""

PATTERNS = client_patterns(
"/org.matrix.msc3575/sync$", releases=[], v1=False, unstable=True
"/org.matrix.simplified_msc3575/sync$", releases=[], v1=False, unstable=True
)

def __init__(self, hs: "HomeServer"):
Expand Down

0 comments on commit cc9ce5e

Please sign in to comment.