Compare commits

..

No commits in common. "cfd205f1bf07f017d1f0ad3afdb68cd2b9505a33" and "7c15f80c7e96b36f250f87667cb24f0cc78e194a" have entirely different histories.

View file

@ -32,9 +32,7 @@ func GetMetadataKey(ctx context.Context, c *api.Client, personal bool) (string,
return me.GPGKey.ID, api.MetadataKeyTypeUserKey, key, nil
}
keys, err := c.GetMetadataKeys(ctx, &api.GetMetadataKeysOptions{
ContainMetadataPrivateKeys: true,
})
keys, err := c.GetMetadataKeys(ctx, nil)
if err != nil {
return "", "", nil, fmt.Errorf("Get Metadata Key: %w", err)
}