objective categorical abstract machine language personal data server
65
fork

Configure Feed

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

Fix listMissingBlobs query

futurGH ba0f915d f6b0e90f

+2 -2
+2 -2
pegasus/lib/user_store.ml
··· 281 281 WHERE NOT EXISTS ( 282 282 SELECT 1 FROM blobs WHERE cid = blobs_records.blob_cid 283 283 ) 284 - AND cid > %string{cursor} 285 - ORDER BY cid 284 + AND blob_cid > %string{cursor} 285 + ORDER BY blob_cid 286 286 LIMIT %int{limit} 287 287 |sql}] 288 288