mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-21 23:44:30 +00:00
9c9f1385fb
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
12 lines
442 B
JSON
12 lines
442 B
JSON
{
|
|
"@context": "https://www.w3.org/ns/activitystreams",
|
|
"actor": "http://mastodon.example.org/users/admin",
|
|
"attachment": [],
|
|
"attributedTo": "http://mastodon.example.org/users/admin",
|
|
"content": "<p>this post was not actually written by Haelwenn</p>",
|
|
"id": "https://info.pleroma.site/activity.json",
|
|
"published": "2018-09-01T22:15:00Z",
|
|
"tag": [],
|
|
"to": ["https://www.w3.org/ns/activitystreams#Public"],
|
|
"type": "Note"
|
|
}
|