lemmy-js-client
    Preparing search index...

    Type Alias ListCommunityPendingFollows

    type ListCommunityPendingFollows = {
        all_communities?: boolean;
        limit?: number;
        page_back?: boolean;
        page_cursor?: PaginationCursor;
        pending_only?: boolean;
    }
    Index

    Properties

    all_communities?: boolean
    limit?: number
    page_back?: boolean
    page_cursor?: PaginationCursor
    pending_only?: boolean

    Only shows the unapproved applications