mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-25 06:23:46 -05:00
Support /keys/upload on /r0 as well as /unstable
(So that we can stop riot relying on it in /unstable)
This commit is contained in:
parent
1dd0f53b21
commit
0a5866bec9
1 changed files with 1 additions and 2 deletions
|
|
@ -50,8 +50,7 @@ logger = logging.getLogger("synapse.app.frontend_proxy")
|
||||||
|
|
||||||
|
|
||||||
class KeyUploadServlet(RestServlet):
|
class KeyUploadServlet(RestServlet):
|
||||||
PATTERNS = client_v2_patterns("/keys/upload(/(?P<device_id>[^/]+))?$",
|
PATTERNS = client_v2_patterns("/keys/upload(/(?P<device_id>[^/]+))?$")
|
||||||
releases=())
|
|
||||||
|
|
||||||
def __init__(self, hs):
|
def __init__(self, hs):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue