More formatting

pull/4134/head
Hugh Nimmo-Smith 2 years ago
parent d8c62ed866
commit ad31acf891

@ -1068,7 +1068,7 @@ The existing device sends a `m.login.secrets` message via the secure channel:
}, },
"backup": { "backup": {
"algorithm": "foobar", "algorithm": "foobar",
"key": "base64_of_the_backup_recovery_key", "key": "$base64_of_the_backup_recovery_key",
"backup_version": "version_string" "backup_version": "version_string"
} }
} }
@ -1093,7 +1093,7 @@ Content-Type: application/json
{ {
"device_keys": { "device_keys": {
"algorithms": [ "algorithms": [
"m.olm.v1.curve25519-aes-sha2", "m.olm.v1.curve25519-aes-sha2",
"m.megolm.v1.aes-sha2" "m.megolm.v1.aes-sha2"
], ],
@ -1328,7 +1328,7 @@ Example:
}, },
"backup": { "backup": {
"algorithm": "foobar", "algorithm": "foobar",
"key": "base64_of_the_backup_recovery_key", "key": "$base64_of_the_backup_recovery_key",
"backup_version": "version_string" "backup_version": "version_string"
} }
} }

Loading…
Cancel
Save