lemmy-js-client
    Preparing search index...

    Type Alias ListRegistrationApplications

    Fetches a list of registration applications.

    type ListRegistrationApplications = {
        limit?: number;
        page_back?: boolean;
        page_cursor?: PaginationCursor;
        unread_only?: boolean;
    }
    Index

    Properties

    limit?: number
    page_back?: boolean
    page_cursor?: PaginationCursor
    unread_only?: boolean

    Only shows the unread applications (IE those without an admin actor)