Skip to content

bug: deleted systems/members are not properly handled #72

@asleepyskye

Description

@asleepyskye

the plugin gets stuck showing the loading badge when it encounters a deleted member
it really needs a ProfileStatus.Deleted status, and some sort of proper handling
this also works though:
if(data.system == null && data.member == null) return { status: ProfileStatus.NotPK };

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions