Select the types of activity you want to include in your feed.
fix: Improved retention behavior
* Use new updatedAt column to determine if plays should be deleted * Update plays on already discovered to keep them from being delted * Fix various bugs and missed awaits in retention cleanup function
···2525 `error` text,
2626 `playedAt` number,
2727 `seenAt` number,
2828+ `updatedAt` number NOT NULL,
2829 `play` text NOT NULL,
2930 `state` text NOT NULL,
3031 `parentId` integer,