this repo has no description
0
fork

Configure Feed

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

bsky-activity.py: add app.bsky.feed.postgate and sort allowlist

+2 -1
+2 -1
bsky-activity.py
··· 18 18 'app.bsky.feed.generator', 19 19 'app.bsky.feed.like', 20 20 'app.bsky.feed.post', 21 + 'app.bsky.feed.postgate', 21 22 'app.bsky.feed.repost', 22 23 'app.bsky.feed.threadgate', 23 24 'app.bsky.graph.block', ··· 25 26 'app.bsky.graph.list', 26 27 'app.bsky.graph.listblock', 27 28 'app.bsky.graph.listitem', 29 + 'app.bsky.graph.starterpack', 28 30 'app.bsky.labeler.service', 29 31 'chat.bsky.actor.declaration', 30 - 'app.bsky.graph.starterpack', 31 32 ]) 32 33 33 34 async def bsky_activity():