mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-15 17:01:06 -05:00
Merge pull request #6189 from matrix-org/uhoreg/e2e_backup_optional_version
make version optional in body of e2e backup version update
This commit is contained in:
commit
691dd67fcd
4 changed files with 35 additions and 19 deletions
|
|
@ -375,7 +375,7 @@ class RoomKeysVersionServlet(RestServlet):
|
|||
"ed25519:something": "hijklmnop"
|
||||
}
|
||||
},
|
||||
"version": "42"
|
||||
"version": "12345"
|
||||
}
|
||||
|
||||
HTTP/1.1 200 OK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue