masto
    Preparing search index...

    Interface InstanceAccountsConfiguration

    interface InstanceAccountsConfiguration {
        maxAvatarDescriptionLength: number;
        maxDisplayNameLength: number;
        maxFeaturedTags: number;
        maxHeaderDescriptionLength: number;
        maxNoteLength: number;
        maxPinnedStatuses: number;
        maxProfileFields: number;
        profileFieldNameLimit: number;
        profileFieldValueLimit: number;
    }
    Index
    maxAvatarDescriptionLength: number

    The maximum length allowed for an account’s avatar description.

    maxDisplayNameLength: number

    The maximum length allowed for an account’s display name.

    maxFeaturedTags: number

    The maximum number of featured tags allowed for each account.

    maxHeaderDescriptionLength: number

    The maximum length allowed for an account’s profile header description.

    maxNoteLength: number

    The maximum length allowed for an account’s bio.

    maxPinnedStatuses: number

    The maximum number of pinned statuses for each account.

    maxProfileFields: number

    The maximum number of custom profile fields allowed to be set.

    profileFieldNameLimit: number

    The maximum size of a profile field name, in characters.

    profileFieldValueLimit: number

    The maximum size of a profile field value, in characters.