mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-12 09:03:43 +01:00
Remove spurious backslashes
This commit is contained in:
parent
4c008a4771
commit
4368134970
|
|
@ -377,8 +377,8 @@ object containing information on the device, as follows:
|
||||||
"algorithms": [...],
|
"algorithms": [...],
|
||||||
"device_id": "<deviceId>",
|
"device_id": "<deviceId>",
|
||||||
"keys": {
|
"keys": {
|
||||||
"curve25519:<deviceId>": "<curve25519\_key>",
|
"curve25519:<deviceId>": "<curve25519_key>",
|
||||||
"ed25519:<deviceId>": "<ed25519\_key>"
|
"ed25519:<deviceId>": "<ed25519_key>"
|
||||||
},
|
},
|
||||||
"signatures": {
|
"signatures": {
|
||||||
"<userId>": {
|
"<userId>": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue