A fork of the Cocoon PDS but being made more distributed.
11

Configure Feed

Select the types of activity you want to include in your feed.

fix adding cursor to response

Hailey (Mar 31, 2025, 5:28 PM -0700) 8ba8ee7e bd2c9253

+1 -1
+1 -1
server/handle_repo_list_records.go
··· 84 84 } 85 85 86 86 var newcursor *string 87 - if len(records) == 50 { 87 + if len(records) == limit { 88 88 newcursor = to.StringPtr(records[len(records)-1].CreatedAt) 89 89 } 90 90