this repo has no description

track social.psky.feed.post

as promised: at://did:plc:4nsduwlpivpuur4mqkbfvm6a/social.psky.feed.post/3l5pg3hvpal22

+5 -1
+5 -1
bsky-activity.py
··· 28 28 'chat.bsky.actor.declaration', 29 29 ]) 30 30 31 + other_allowlist = set([ 32 + 'social.psky.feed.post', 33 + ]) 34 + 31 35 async def bsky_activity(): 32 36 relay_url = 'ws://localhost:6008/subscribe' 33 37 ··· 73 77 continue 74 78 75 79 collection = payload['collection'] 76 - if collection not in app_bsky_allowlist: 80 + if collection not in app_bsky_allowlist | other_allowlist: 77 81 continue 78 82 79 83 repo_did = event['did']