tangled
alpha
login
or
join now
hailey.at
/
cocoon
An atproto PDS written in Go
72
fork
atom
overview
issues
pulls
pipelines
fix adding cursor to response
hailey.at
9 months ago
8ba8ee7e
bd2c9253
options
unified
split
Changed files
+1
-1
server
handle_repo_list_records.go
+1
-1
server/handle_repo_list_records.go
···
84
84
}
85
85
86
86
var newcursor *string
87
87
-
if len(records) == 50 {
87
87
+
if len(records) == limit {
88
88
newcursor = to.StringPtr(records[len(records)-1].CreatedAt)
89
89
}
90
90