mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 01:34:15 -04:00
Fix conflicting URLs for dehydrated devices. (#15180)
This commit is contained in:
parent
7ec1f096d3
commit
33a85cf08c
2 changed files with 2 additions and 1 deletions
|
@ -255,7 +255,7 @@ class DehydratedDeviceServlet(RestServlet):
|
|||
|
||||
"""
|
||||
|
||||
PATTERNS = client_patterns("/org.matrix.msc2697.v2/dehydrated_device", releases=())
|
||||
PATTERNS = client_patterns("/org.matrix.msc2697.v2/dehydrated_device$", releases=())
|
||||
|
||||
def __init__(self, hs: "HomeServer"):
|
||||
super().__init__()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue