Skip to content

UnlockedKeyring::items() should return UnlockedItems #416

@sophie-h

Description

@sophie-h

The docs say

Retrieve the list of available UnlockedItems.

If items cannot be decrypted, InvalidItemErrors are returned for them instead of UnlockedItems.

pub async fn items(&self) -> Result<Vec<Result<Item, InvalidItemError>>, Error> {

but then, it returns Items

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions