Skip to content

PromotedActivity

A promoted activity — content the app wants seen regardless of who you follow or how recent it is. Activity-shaped so it renders through the same component, but it is not an activity: no time, no reactions, and it was never fanned out to a feed.

Type Parameter Default type
TCustom Record<string, unknown>
actor: string;

custom: TCustom;

id: string;

object: string;

promoted: true;

Always true. Branch on it if you merge promoted rows into a list of activities.


verb: string;