Interface ActivityStartInfo

Initial connection metadata, delivered as the first START event.

interface ActivityStartInfo {
    feed: "activity";
    scope: string;
    since?: string;
    collections: string[];
}

Properties

feed: "activity"
scope: string

'user:<id>' or 'org:<id>' — whichever scope the relay resolved.

since?: string

Echo of the since query parameter, if any.

collections: string[]

Allowlist of collections currently surfaced by the relay.