mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-01 13:52:46 +00:00
Storing device keys part 1
This commit is contained in:
parent
ad05e3de6e
commit
93bf1ffc10
7 changed files with 78 additions and 8 deletions
|
@ -161,6 +161,8 @@ type PerformUploadDeviceKeysRequest struct {
|
|||
gomatrixserverlib.CrossSigningKeys
|
||||
// The user that uploaded the key, should be populated by the clientapi.
|
||||
UserID string `json:"user_id"`
|
||||
// The stream ID that the keys will be uploaded at
|
||||
StreamID int64 `json:"stream_id"`
|
||||
}
|
||||
|
||||
type PerformUploadDeviceKeysResponse struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue