parent
2bff86cb4e
commit
d93c993883
@ -28,6 +28,7 @@ export default function (server: Server, ctx: AppContext) {
|
||||
.selectAll()
|
||||
.orderBy('indexedAt', 'desc')
|
||||
.orderBy('cid', 'desc')
|
||||
.limit(params.limit)
|
||||
|
||||
if (params.cursor) {
|
||||
const [indexedAt, cid] = params.cursor.split('..')
|
||||
|
Loading…
Reference in New Issue
Block a user