Replies: 1 comment 1 reply
-
This is indeed for the Friends plugin, and I agree it could/should be better exposed. I started working on a log in #364 so that you can see in retrospect which ActivityPub actions were sent where. If you're not afraid of looking at code, take a look here: friends/feed-parsers/class-feed-parser-activitypub.php Lines 2091 to 2110 in e90ae06 We loop over all inboxes of your followers and send them an Announce activity which includes the URL of the post you want to boost. This will result in their Mastodon feeds to see the boosted post with your name shown as the booster. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sorry if this is a question for the ActivityPub plugin but the UI appears here in Friends.
When I "boost" a post in my Friends Feed, what is supposed to actually happen?
I understand from the underlying ActivityPub protocols ( https://seb.jambor.dev/posts/understanding-activitypub/ ) that an "Announce" activity should be sent to followers but not sure what that actually means
If someone is following me on a server like Mastodon, will they see my "boosts" or that dependent on how each server (type or instance?) manages boosts?
Beta Was this translation helpful? Give feedback.
All reactions