make sure version is in body and wrap in linearizer queue

also add tests
This commit is contained in:
Hubert Chathi 2019-02-08 01:32:45 -05:00
parent d9e424bf64
commit afae8442b5
3 changed files with 100 additions and 12 deletions

View file

@ -394,7 +394,8 @@ class RoomKeysVersionServlet(RestServlet):
"signatures": {
"ed25519:something": "hijklmnop"
}
}
},
"version": "42"
}
HTTP/1.1 200 OK