forked from hailey.at/cocoon
An atproto PDS written in Go

fix adding cursor to response

Changed files
+1 -1
server
+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