Skip to content

Instantly share code, notes, and snippets.

@lumenwrites
Last active April 19, 2017 23:17
Show Gist options
  • Save lumenwrites/ed838a25a6c8fe611a785d7df5b48b1b to your computer and use it in GitHub Desktop.
Save lumenwrites/ed838a25a6c8fe611a785d7df5b48b1b to your computer and use it in GitHub Desktop.
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Create",
"id": "https://chatty.example/ben/p/51086",
"to": ["https://social.example/alyssa/"],
"inReplyTo": "https://social.example/alyssa/posts/49e2d03d-b53a-4c4c-a95c-94a6abf45a19",
"author": "https://chatty.example/ben/",
"object": {
"type": "Note",
"id": "https://chatty.example/ben/p/51085",
"attributedTo": "https://chatty.example/ben/",
"to": ["https://social.example/alyssa/"],
"content": "<p>Argh, yeah, sorry, I'll get it back to you tomorrow.</p>
<p>I was reviewing the section on register machines,
since it's been a while since I wrote one.</p>"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment