This commit is contained in:
parent
8ec486cfc1
commit
440399f8d2
8 changed files with 171 additions and 9 deletions
67
samples/mastoCreateNote.json
Normal file
67
samples/mastoCreateNote.json
Normal file
|
@ -0,0 +1,67 @@
|
|||
{
|
||||
"@context": [
|
||||
"https://www.w3.org/ns/activitystreams",
|
||||
{
|
||||
"ostatus": "http://ostatus.org#",
|
||||
"atomUri": "ostatus:atomUri",
|
||||
"inReplyToAtomUri": "ostatus:inReplyToAtomUri",
|
||||
"conversation": "ostatus:conversation",
|
||||
"sensitive": "as:sensitive",
|
||||
"toot": "http://joinmastodon.org/ns#",
|
||||
"votersCount": "toot:votersCount"
|
||||
}
|
||||
],
|
||||
"id": "https://mastodon.social/users/m_star/statuses/114519003061518806/activity",
|
||||
"type": "Create",
|
||||
"actor": "https://mastodon.social/users/m_star",
|
||||
"published": "2025-05-16T18:48:31Z",
|
||||
"to": ["https://activitypub.academy/users/angulia_undas"],
|
||||
"cc": [],
|
||||
"object": {
|
||||
"id": "https://mastodon.social/users/m_star/statuses/114519003061518806",
|
||||
"type": "Note",
|
||||
"summary": null,
|
||||
"inReplyTo": null,
|
||||
"published": "2025-05-16T18:48:31Z",
|
||||
"url": "https://mastodon.social/@m_star/114519003061518806",
|
||||
"attributedTo": "https://mastodon.social/users/m_star",
|
||||
"to": ["https://activitypub.academy/users/angulia_undas"],
|
||||
"cc": [],
|
||||
"sensitive": false,
|
||||
"atomUri": "https://mastodon.social/users/m_star/statuses/114519003061518806",
|
||||
"inReplyToAtomUri": null,
|
||||
"conversation": "tag:mastodon.social,2025-05-16:objectId=998866024:objectType=Conversation",
|
||||
"content": "p><span class=\"h-card\" translate=\"no\"><a href=\"https://activitypub.academy/@angulia_undas\" class=\"u-url mention\">@<span>angulia_undas</span></a></span> have a message</p>",
|
||||
"contentMap": {
|
||||
"de": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://activitypub.academy/@angulia_undas\" class=\"u-url mention\">@<span>angulia_undas</span></a></span> have a message</p>"
|
||||
},
|
||||
"attachment": [],
|
||||
"tag": [
|
||||
{
|
||||
"type": "Mention",
|
||||
"href": "https://activitypub.academy/users/angulia_undas",
|
||||
"name": "@angulia_undas@activitypub.academy"
|
||||
}
|
||||
],
|
||||
"replies": {
|
||||
"id": "https://mastodon.social/users/m_star/statuses/114519003061518806/replies",
|
||||
"type": "Collection",
|
||||
"first": {
|
||||
"type": "CollectionPage",
|
||||
"next": "https://mastodon.social/users/m_star/statuses/114519003061518806/replies?only_other_accounts=true&page=true",
|
||||
"partOf": "https://mastodon.social/users/m_star/statuses/114519003061518806/replies",
|
||||
"items": []
|
||||
}
|
||||
},
|
||||
"likes": {
|
||||
"id": "https://mastodon.social/users/m_star/statuses/114519003061518806/likes",
|
||||
"type": "Collection",
|
||||
"totalItems": 0
|
||||
},
|
||||
"shares": {
|
||||
"id": "https://mastodon.social/users/m_star/statuses/114519003061518806/shares",
|
||||
"type": "Collection",
|
||||
"totalItems": 0
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue