rscmbbng
6 years ago
2 changed files with 33 additions and 0 deletions
@ -0,0 +1,17 @@ |
|||||
|
{ |
||||
|
"@context": "https://www.w3.org/ns/activitystreams", |
||||
|
|
||||
|
"id": "{{domain}}/create-hello-world", |
||||
|
"type": "Create", |
||||
|
"actor": "{{domain}}/users/{{actor}}", |
||||
|
|
||||
|
"object": { |
||||
|
"id": "{{domain}}hello-world", |
||||
|
"type": "Note", |
||||
|
"published": "{{date}}", |
||||
|
"attributedTo": "{{domain}}/users/{{actor}}", |
||||
|
"inReplyTo": "https://friend.camp/@darius/101065750930453908", |
||||
|
"content": "<p>This is a test from a <a href='https://git.vvvvvvaria.org/rra/basic_ap'>flask based implementation</a> of the mastodon tutorial</p>", |
||||
|
"to": "https://www.w3.org/ns/activitystreams#Public" |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue