-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample-priv-message.json
61 lines (61 loc) · 2.49 KB
/
example-priv-message.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"@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://chaos.social/users/h4kor/statuses/112010987144546422/activity",
"type": "Create",
"actor": "https://chaos.social/users/h4kor",
"published": "2024-02-28T20:27:05Z",
"to": [
"https://games.rerere.org/games/tic-tac-toe"
],
"cc": [],
"object": {
"id": "https://chaos.social/users/h4kor/statuses/112010987144546422",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-02-28T20:27:05Z",
"url": "https://chaos.social/@h4kor/112010987144546422",
"attributedTo": "https://chaos.social/users/h4kor",
"to": [
"https://games.rerere.org/games/tic-tac-toe"
],
"cc": [],
"sensitive": false,
"atomUri": "https://chaos.social/users/h4kor/statuses/112010987144546422",
"inReplyToAtomUri": null,
"conversation": "tag:chaos.social,2024-02-28:objectId=166758413:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https: //games.rerere.org/games/tic-tac-toe\" class=\"u-url mention\">@<span>tic-tac-toe</span></a></span> 5</p>",
"contentMap": {
"de": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://games.rerere.org/games/tic-tac-toe\" class=\"u-url mention\">@<span>tic-tac-toe</span></a></span> 5</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://games.rerere.org/games/tic-tac-toe",
"name": "@[email protected]"
}
],
"replies": {
"id": "https://chaos.social/users/h4kor/statuses/112010987144546422/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://chaos.social/users/h4kor/statuses/112010987144546422/replies?only_other_accounts=true&page=true",
"partOf": "https://chaos.social/users/h4kor/statuses/112010987144546422/replies",
"items": []
}
}
}
}