Add xyz.amorgan.knock /versions string

This commit is contained in:
Andrew Morgan 2020-10-07 16:49:01 +01:00
parent 59e7ac7405
commit 4d71836e19

View file

@ -62,6 +62,8 @@ class VersionsRestServlet(RestServlet):
"org.matrix.msc2432": True,
# Implements additional endpoints as described in MSC2666
"uk.half-shot.msc2666": True,
# Implements additional endpoints and features as described in MSC2403
"xyz.amorgan.knock": True,
},
},
)