mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 08:46:04 -04:00
Expose MSC3882 only be under an unstable endpoint. (#13868)
This commit is contained in:
parent
568016929f
commit
e5fdf16d46
3 changed files with 13 additions and 8 deletions
|
@ -47,7 +47,9 @@ class LoginTokenRequestServlet(RestServlet):
|
|||
}
|
||||
"""
|
||||
|
||||
PATTERNS = client_patterns("/login/token$")
|
||||
PATTERNS = client_patterns(
|
||||
"/org.matrix.msc3882/login/token$", releases=[], v1=False, unstable=True
|
||||
)
|
||||
|
||||
def __init__(self, hs: "HomeServer"):
|
||||
super().__init__()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue