A social RSS reader built on the AT Protocol. glean.at
glean atproto atmosphere rss feed social app
14
fork

Configure Feed

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

Only include active users in people recommendations

+1
+1
internal/cluster/scoring.go
··· 255 255 ) sim 256 256 JOIN users u ON u.did = sim.peer_did 257 257 WHERE u.handle IS NOT NULL AND u.handle != '' 258 + AND EXISTS (SELECT 1 FROM subscriptions s JOIN feeds f ON s.feed_url = f.feed_url WHERE s.user_did = u.did AND f.subscriber_count > 0) 258 259 ORDER BY sim.jaccard DESC 259 260 LIMIT ? 260 261 `, userDID, userDID, limit)