this repo has no description

feat: track new psky message lexicon

+1 -1
+1 -1
bsky-activity.py
··· 30 31 other_allowlist = set([ 32 'social.psky.feed.post', 33 - 'social.psky.actor.profile', 34 ]) 35 36 async def bsky_activity():
··· 30 31 other_allowlist = set([ 32 'social.psky.feed.post', 33 + 'social.psky.chat.message', 34 ]) 35 36 async def bsky_activity():