Interface SubscribeToActivityOptions

Options for subscribeToActivity.

interface SubscribeToActivityOptions {
    since?: string;
}

Properties

Properties

since?: string

If provided, the relay will first replay all activities owned by the requester with _id > since (up to the server's replay limit) before switching to a live change stream. Pass the id of the last activity you've already processed.