Saxonberg Server API
    Preparing search index...

    Interface MakeForumOptions

    Options for makeForum — passthrough to the subject mint + board meta.

    interface MakeForumOptions {
        curatedMembers?: { id: string; role: GroupRole }[];
        description?: string;
        groupRef?: string;
        open?: boolean;
        organizer?: BoardOrganizer;
    }

    Hierarchy (View Summary)

    Index

    Properties

    curatedMembers?: { id: string; role: GroupRole }[]

    Extra members for the curated managed group (beyond the owner) — used when promoting an ad-hoc cohort into a curated subject. Ignored for the bound / open cases.

    description?: string
    groupRef?: string

    Bind an existing guild:/mql:/contacts:/managed: ref; mint nothing.

    open?: boolean

    Leave groupRef empty — open to every player.

    organizer?: BoardOrganizer

    Which organizer to light (default 'popularity').