masto
    Preparing search index...

    Interface ReblogStatusParams

    interface ReblogStatusParams {
        visibility: keyof StatusVisibilityRegistry;
    }
    Index

    Properties

    Properties

    visibility: keyof StatusVisibilityRegistry

    any visibility except limited or direct (i.e. public, unlisted, private). Defaults to public. Currently unused in UI.