mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 01:49:23 -05:00
missed one
This commit is contained in:
parent
8c0ff0287a
commit
a45f2c3a00
@ -297,6 +297,7 @@ class RoomKeysNewVersionServlet(RestServlet):
|
|||||||
# we deliberately don't have a PUT /version, as these things really should
|
# we deliberately don't have a PUT /version, as these things really should
|
||||||
# be immutable to avoid people footgunning
|
# be immutable to avoid people footgunning
|
||||||
|
|
||||||
|
|
||||||
class RoomKeysVersionServlet(RestServlet):
|
class RoomKeysVersionServlet(RestServlet):
|
||||||
PATTERNS = client_v2_patterns(
|
PATTERNS = client_v2_patterns(
|
||||||
"/room_keys/version(/(?P<version>[^/]+))?$"
|
"/room_keys/version(/(?P<version>[^/]+))?$"
|
||||||
|
Loading…
Reference in New Issue
Block a user