Skip to content

Instantly share code, notes, and snippets.

@evanp
Last active February 8, 2026 18:37
Show Gist options
  • Select an option

  • Save evanp/666b700823916597794e0643aa9201a7 to your computer and use it in GitHub Desktop.

Select an option

Save evanp/666b700823916597794e0643aa9201a7 to your computer and use it in GitHub Desktop.
An example followers-only post
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "https://social.example/alice/create/26821",
"type": "Create",
"actor": "https://social.example/alice",
"to": "https://social.example/alice/followers",
"object": {
"id": "https://social.example/alice/note/7506",
"type": "Note",
"attributedTo": "https://social.example/alice",
"to": "https://social.example/alice/followers",
"content": "Hello, World!"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment