snarfed / bridgy

📣 Connects your web site to social media. Likes, retweets, mentions, cross-posting, and more...
https://brid.gy
Creative Commons Zero v1.0 Universal
715 stars 52 forks source link

Bluesky: backfeed mentions #1583

Open snarfed opened 11 months ago

snarfed commented 11 months ago

It'd be nice to backfeed @-mentions on Bluesky too! I think we'd use listNotifications and filter out just the mentions, at least for now. Example of how we currently do this for Mastodon: https://github.com/snarfed/granary/blob/df06a7018964646c3d4ee9f49ddcacf9533fa8e4/granary/mastodon.py#L259-L265 ...and how we call listNotifications in Bridgy Fed: https://github.com/snarfed/bridgy-fed/blob/5843235fd12d1fd06e133625d103f4de68b06b9e/atproto.py#L414-L426

JoelOtter commented 11 months ago

What would be the target of an @-mention that isn't a reply? Just the website root?

snarfed commented 11 months ago

Yup!