This commit is contained in:
Neil Alexander 2021-08-03 11:36:49 +01:00
parent 819e45ccfa
commit ea3be0d89b
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -64,6 +64,7 @@ func sanityCheckKey(key gomatrixserverlib.CrossSigningKey, userID string, purpos
return nil return nil
} }
// nolint:gocyclo
func (a *KeyInternalAPI) PerformUploadDeviceKeys(ctx context.Context, req *api.PerformUploadDeviceKeysRequest, res *api.PerformUploadDeviceKeysResponse) { func (a *KeyInternalAPI) PerformUploadDeviceKeys(ctx context.Context, req *api.PerformUploadDeviceKeysRequest, res *api.PerformUploadDeviceKeysResponse) {
var masterKey gomatrixserverlib.Base64Bytes var masterKey gomatrixserverlib.Base64Bytes
hasMasterKey := false hasMasterKey := false