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

Commit 88834ec

Browse files
whoops
1 parent f6bbd3f commit 88834ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

synapse/rest/client/register.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,7 @@ class RegistrationTokenValidityRestServlet(RestServlet):
379379

380380
PATTERNS = client_patterns(
381381
f"/v1/register/{LoginType.REGISTRATION_TOKEN}/validity",
382-
releases=(),
383-
unstable=True,
382+
releases=("v1",),
384383
)
385384

386385
def __init__(self, hs: "HomeServer"):

0 commit comments

Comments
 (0)