this repo has no description
0
fork

Configure Feed

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

fix: missing param in query

+1 -1
+1 -1
peruse/handle_chrono_feed.go
··· 33 33 SELECT uri 34 34 FROM default.post 35 35 WHERE did IN (?) 36 - AND rkey < 36 + AND rkey < ? 37 37 ORDER BY created_at DESC 38 38 LIMIT 50 39 39 `), cbdids, req.Cursor); err != nil {