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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
POST http://localhost:8080/inbox
```
{
"@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",
"Hashtag": "as:Hashtag"
}
],
"id": "https://fosstodon.org/users/marcc/statuses/111506250224920551/activity",
"type": "Create",
"actor": "https://fosstodon.org/users/marcc",
"published": "2023-12-01T17:05:51Z",
"to": [
"https://galaxy.mccd.space/actor"
],
"cc": [],
"object": {
"id": "https://fosstodon.org/users/marcc/statuses/111506250224920551",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2023-12-01T17:05:51Z",
"url": "https://fosstodon.org/@marcc/111506250224920551",
"attributedTo": "https://fosstodon.org/users/marcc",
"to": [
"https://galaxy.mccd.space/actor"
],
"cc": [],
"sensitive": false,
"atomUri": "https://fosstodon.org/users/marcc/statuses/111506250224920551",
"inReplyToAtomUri": null,
"conversation": "tag:fosstodon.org,2023-12-01:objectId=165401029:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://galaxy.mccd.space/actor\" class=\"u-url mention\">@<span>blackhole</span></a></span> </p><p><a href=\"https://google.com\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">google.com</span><span class=\"invisible\"></span></a></p><p>This is a place on the web where you can search for things</p><p><a href=\"https://fosstodon.org/tags/goodie\" class=\"mention hashtag\" rel=\"tag\">#<span>goodie</span></a> <a href=\"https://fosstodon.org/tags/othergoodie\" class=\"mention hashtag\" rel=\"tag\">#<span>othergoodie</span></a></p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://galaxy.mccd.space/actor\" class=\"u-url mention\">@<span>blackhole</span></a></span> </p><p><a href=\"https://google.com\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">google.com</span><span class=\"invisible\"></span></a></p><p>This is a place on the web where you can search for things</p><p><a href=\"https://fosstodon.org/tags/goodie\" class=\"mention hashtag\" rel=\"tag\">#<span>goodie</span></a> <a href=\"https://fosstodon.org/tags/othergoodie\" class=\"mention hashtag\" rel=\"tag\">#<span>othergoodie</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://galaxy.mccd.space/actor",
"name": "@blackhole@galaxy.mccd.space"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/goodie",
"name": "#goodie"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/othergoodie",
"name": "#othergoodie"
}
],
"replies": {
"id": "https://fosstodon.org/users/marcc/statuses/111506250224920551/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://fosstodon.org/users/marcc/statuses/111506250224920551/replies?only_other_accounts=true&page=true",
"partOf": "https://fosstodon.org/users/marcc/statuses/111506250224920551/replies",
"items": []
}
}
}
}
```
|