summaryrefslogtreecommitdiff
path: root/test/fixtures/mastodon-update-with-likes.json
blob: 3bdb3ba3dafea227fe567c162efd44416f9f0696 (plain)
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "atomUri": "ostatus:atomUri",
      "conversation": "ostatus:conversation",
      "inReplyToAtomUri": "ostatus:inReplyToAtomUri",
      "ostatus": "http://ostatus.org#",
      "sensitive": "as:sensitive",
      "toot": "http://joinmastodon.org/ns#",
      "votersCount": "toot:votersCount"
    },
    "https://w3id.org/security/v1"
  ],
  "actor": "https://pol.social/users/mkljczk",
  "cc": ["https://www.w3.org/ns/activitystreams#Public",
   "https://pol.social/users/aemstuz", "https://gts.mkljczk.pl/users/mkljczk",
   "https://pl.fediverse.pl/users/mkljczk",
   "https://fedi.kutno.pl/users/mkljczk"],
  "id": "https://pol.social/users/mkljczk/statuses/113907871635572263#updates/1738096776",
  "object": {
    "atomUri": "https://pol.social/users/mkljczk/statuses/113907871635572263",
    "attachment": [],
    "attributedTo": "https://pol.social/users/mkljczk",
    "cc": ["https://www.w3.org/ns/activitystreams#Public",
     "https://pol.social/users/aemstuz", "https://gts.mkljczk.pl/users/mkljczk",
     "https://pl.fediverse.pl/users/mkljczk",
     "https://fedi.kutno.pl/users/mkljczk"],
    "content": "<p>test</p>",
    "contentMap": {
      "pl": "<p>test</p>"
    },
    "conversation": "https://fedi.kutno.pl/contexts/43c14c70-d3fb-42b4-a36d-4eacfab9695a",
    "id": "https://pol.social/users/mkljczk/statuses/113907871635572263",
    "inReplyTo": "https://pol.social/users/aemstuz/statuses/113907854282654767",
    "inReplyToAtomUri": "https://pol.social/users/aemstuz/statuses/113907854282654767",
    "likes": {
      "id": "https://pol.social/users/mkljczk/statuses/113907871635572263/likes",
      "totalItems": 1,
      "type": "Collection"
    },
    "published": "2025-01-28T20:29:45Z",
    "replies": {
      "first": {
        "items": [],
        "next": "https://pol.social/users/mkljczk/statuses/113907871635572263/replies?only_other_accounts=true&page=true",
        "partOf": "https://pol.social/users/mkljczk/statuses/113907871635572263/replies",
        "type": "CollectionPage"
      },
      "id": "https://pol.social/users/mkljczk/statuses/113907871635572263/replies",
      "type": "Collection"
    },
    "sensitive": false,
    "shares": {
      "id": "https://pol.social/users/mkljczk/statuses/113907871635572263/shares",
      "totalItems": 0,
      "type": "Collection"
    },
    "summary": null,
    "tag": [
      {
        "href": "https://pol.social/users/aemstuz",
        "name": "@aemstuz",
        "type": "Mention"
      },
      {
        "href": "https://gts.mkljczk.pl/users/mkljczk",
        "name": "@mkljczk@gts.mkljczk.pl",
        "type": "Mention"
      },
      {
        "href": "https://pl.fediverse.pl/users/mkljczk",
        "name": "@mkljczk@fediverse.pl",
        "type": "Mention"
      },
      {
        "href": "https://fedi.kutno.pl/users/mkljczk",
        "name": "@mkljczk@fedi.kutno.pl",
        "type": "Mention"
      }
    ],
    "to": ["https://pol.social/users/mkljczk/followers"],
    "type": "Note",
    "updated": "2025-01-28T20:39:36Z",
    "url": "https://pol.social/@mkljczk/113907871635572263"
  },
  "published": "2025-01-28T20:39:36Z",
  "to": ["https://pol.social/users/mkljczk/followers"],
  "type": "Update"
}