How to post a new toot to all followers #18389
Unanswered
markcellus
asked this question in
Q&A
Replies: 1 comment 2 replies
{{title}}
Something went wrong.
{{editor}}'s edit
{{actor}} deleted this content
.
{{editor}}'s edit
Something went wrong.
-
|
Ah, answered my own question. Essentially, I'll need to make a POST request to all inboxes of followers using the activity, per ActivityPub Delivery docs:
@Gargron Would doing this without the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{{title}}
-
I'm attempting to make a post to Mastodon using my own server via ActivityPub protocol. Per the "The message" section of the How to implement a basic ActivityPub Server docs, it says
https://www.w3.org/ns/activitystreams#Publicneeds to be added to thetofield. Is that all that's required? Or does the Activity need to specify each of my followers (ids) in order for my followers to see it? Thanks for any information that is provided!Beta Was this translation helpful? Give feedback.
All reactions