We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbcba4 commit 0841f31Copy full SHA for 0841f31
proposals/2732-olm-fallback-keys.md
@@ -50,7 +50,7 @@ marks that they have been used.
50
51
A new response parameter, `device_unused_fallback_key_types`, is added to
52
`/sync`. This is an array listing the key algorithms for which the server has
53
-an unused fallback key for the user. If the client wants the server to have a
+an unused fallback key for the device. If the client wants the server to have a
54
fallback key for a given key algorithm, but that algorithm is not listed in
55
`device_unused_fallback_key_types`, the client will upload a new key as above.
56
@@ -65,7 +65,7 @@ Example:
65
66
Response:
67
68
-```json
+```jsonc
69
{
70
// other fields...
71
"device_unused_fallback_key_types": ["signed_curve25519"]
0 commit comments