mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-04 05:13:42 +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": [...],
|
||||
"device_id": "<deviceId>",
|
||||
"keys": {
|
||||
"curve25519:<deviceId>": "<curve25519\_key>",
|
||||
"ed25519:<deviceId>": "<ed25519\_key>"
|
||||
"curve25519:<deviceId>": "<curve25519_key>",
|
||||
"ed25519:<deviceId>": "<ed25519_key>"
|
||||
},
|
||||
"signatures": {
|
||||
"<userId>": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue