mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 01:44:48 -04:00
Assume that each device for a user has only one of each type of key
This commit is contained in:
parent
bf0d59ed30
commit
a01097d60b
1 changed files with 3 additions and 3 deletions
|
@ -41,11 +41,11 @@ class KeyUploadServlet(RestServlet):
|
||||||
"m.olm.curve25519-aes-sha256",
|
"m.olm.curve25519-aes-sha256",
|
||||||
]
|
]
|
||||||
"keys": {
|
"keys": {
|
||||||
"<algorithm>:<key_id>": "<key_base64>",
|
"<algorithm>:<device_id>": "<key_base64>",
|
||||||
},
|
},
|
||||||
"signatures:" {
|
"signatures:" {
|
||||||
"<user_id>/<device_id>" {
|
"<user_id>" {
|
||||||
"<algorithm>:<key_id>": "<signature_base64>"
|
"<algorithm>:<device_id>": "<signature_base64>"
|
||||||
} } },
|
} } },
|
||||||
"one_time_keys": {
|
"one_time_keys": {
|
||||||
"<algorithm>:<key_id>": "<key_base64>"
|
"<algorithm>:<key_id>": "<key_base64>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue