clarify otk and fallback key types in examples (#1715)
* clarify otk and fallback key types in examples - remove unsigned curve25519 keys from examples because we don't use those for otks and fallback keys - add missing `device_unused_fallback_key_types` property, which is required * add changelog
This commit is contained in:
parent
650e691a22
commit
170626da67
3 changed files with 3 additions and 5 deletions
|
@ -1776,9 +1776,9 @@ Example response:
|
|||
],
|
||||
},
|
||||
"device_one_time_keys_count": {
|
||||
"curve25519": 10,
|
||||
"signed_curve25519": 20
|
||||
}
|
||||
},
|
||||
"device_unused_fallback_key_types": ["signed_curve25519"]
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue