Last active
April 19, 2017 23:17
-
-
Save lumenwrites/ed838a25a6c8fe611a785d7df5b48b1b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@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