Marmot-TS
    Preparing search index...

    Interface MediaLocator

    A single blob locator from an attachment imeta tag.

    Serialized as locator <kind> <value>. For blossom-v1 the value is an encrypted-blob URL; other kinds carry backend-specific values. A message MAY list multiple locators for the same attachment; the order is preserved.

    interface MediaLocator {
        kind: string;
        value: string;
    }
    Index

    Core - Encrypted Media

    Core - Encrypted Media

    kind: string

    Locator kind, e.g. "blossom-v1". Lowercase ASCII letters, digits, -.

    value: string

    Locator value — a URL for blossom-v1.