Skip to content

Commit 0841f31

Browse files
uhoregrichvdh
andauthored
Apply suggestions from code review
Co-authored-by: Richard van der Hoff <[email protected]>
1 parent ddbcba4 commit 0841f31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/2732-olm-fallback-keys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ marks that they have been used.
5050

5151
A new response parameter, `device_unused_fallback_key_types`, is added to
5252
`/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
53+
an unused fallback key for the device. If the client wants the server to have a
5454
fallback key for a given key algorithm, but that algorithm is not listed in
5555
`device_unused_fallback_key_types`, the client will upload a new key as above.
5656

@@ -65,7 +65,7 @@ Example:
6565

6666
Response:
6767

68-
```json
68+
```jsonc
6969
{
7070
// other fields...
7171
"device_unused_fallback_key_types": ["signed_curve25519"]

0 commit comments

Comments
 (0)