Profile: pinned toots
All checks were successful
/ depoly (push) Successful in 1m26s

This commit is contained in:
thislight 2024-10-31 00:18:47 +08:00
parent dbddaae05c
commit e7410c7296
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E
3 changed files with 28 additions and 7 deletions

View file

@ -28,7 +28,7 @@ const TrendTimelinePanel: Component<{
const [timeline, snapshot, { refetch: refetchTimeline }] =
createTimelineSnapshot(
() => props.client.v1.trends.statuses,
() => 120,
() => ({ limit: 120 }),
);
return (