From 0bcb651b3f2b0b6e33649e118f859fc72bc15659 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Thu, 7 Apr 2022 07:08:23 -0400 Subject: Support the v1 endpoint for `/relations`. (#12403) Now that MSC2675 has passed FCP and the implementation is compliant with the final version. --- synapse/rest/client/relations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synapse/rest/client') diff --git a/synapse/rest/client/relations.py b/synapse/rest/client/relations.py index 55c96a2af3..3cae6d2b55 100644 --- a/synapse/rest/client/relations.py +++ b/synapse/rest/client/relations.py @@ -35,7 +35,7 @@ class RelationPaginationServlet(RestServlet): PATTERNS = client_patterns( "/rooms/(?P[^/]*)/relations/(?P[^/]*)" "(/(?P[^/]*)(/(?P[^/]*))?)?$", - releases=(), + releases=("v1",), ) def __init__(self, hs: "HomeServer"): -- cgit 1.4.1