Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit aecf6ae

Browse files
committed
Update unstable prefix
1 parent e00b2c4 commit aecf6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/rest/client/login_token_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class LoginTokenRequestServlet(RestServlet):
4747
}
4848
"""
4949

50-
PATTERNS = client_patterns("/login/token$", releases=[], v1=False, unstable=True)
50+
PATTERNS = client_patterns("/org.matrix.msc3882/login/token$", releases=[], v1=False, unstable=True)
5151

5252
def __init__(self, hs: "HomeServer"):
5353
super().__init__()

0 commit comments

Comments
 (0)