We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
listNotifications
The text was updated successfully, but these errors were encountered:
What would be the target of an @-mention that isn't a reply? Just the website root?
Sorry, something went wrong.
Yup!
No branches or pull requests
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 calllistNotifications
in Bridgy Fed: https://github.com/snarfed/bridgy-fed/blob/5843235fd12d1fd06e133625d103f4de68b06b9e/atproto.py#L414-L426The text was updated successfully, but these errors were encountered: