this repo has no description

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

Changed files
+2 -1
+2 -1
bsky-activity.py
···
'app.bsky.feed.generator',
'app.bsky.feed.like',
'app.bsky.feed.post',
+
'app.bsky.feed.postgate',
'app.bsky.feed.repost',
'app.bsky.feed.threadgate',
'app.bsky.graph.block',
···
'app.bsky.graph.list',
'app.bsky.graph.listblock',
'app.bsky.graph.listitem',
+
'app.bsky.graph.starterpack',
'app.bsky.labeler.service',
'chat.bsky.actor.declaration',
-
'app.bsky.graph.starterpack',
])
async def bsky_activity():