forked from MirrorHub/synapse
missed one
This commit is contained in:
parent
8c0ff0287a
commit
a45f2c3a00
1 changed files with 1 additions and 0 deletions
|
@ -297,6 +297,7 @@ class RoomKeysNewVersionServlet(RestServlet):
|
|||
# we deliberately don't have a PUT /version, as these things really should
|
||||
# be immutable to avoid people footgunning
|
||||
|
||||
|
||||
class RoomKeysVersionServlet(RestServlet):
|
||||
PATTERNS = client_v2_patterns(
|
||||
"/room_keys/version(/(?P<version>[^/]+))?$"
|
||||
|
|
Loading…
Reference in a new issue