Storing device keys part 1

This commit is contained in:
Neil Alexander 2021-07-29 09:48:09 +01:00
parent ad05e3de6e
commit 93bf1ffc10
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
7 changed files with 78 additions and 8 deletions

View file

@ -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 {