summaryrefslogtreecommitdiff
path: root/test/fixtures/mastodon-post-activity-nsfw.json
blob: 70729a1bd6765584ed8bb4191b1a96609721cbb5 (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
{
    "@context": [
        "https://www.w3.org/ns/activitystreams",
        "https://w3id.org/security/v1",
        {
            "Emoji": "toot:Emoji",
            "Hashtag": "as:Hashtag",
            "atomUri": "ostatus:atomUri",
            "conversation": "ostatus:conversation",
            "inReplyToAtomUri": "ostatus:inReplyToAtomUri",
            "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
            "movedTo": "as:movedTo",
            "ostatus": "http://ostatus.org#",
            "toot": "http://joinmastodon.org/ns#"
        }
    ],
    "actor": "http://mastodon.example.org/users/admin",
    "cc": [
        "http://mastodon.example.org/users/admin/followers",
        "http://localtesting.pleroma.lol/users/lain"
    ],
    "id": "http://mastodon.example.org/users/admin/statuses/99512778738411822/activity",
    "nickname": "lain",
    "object": {
        "atomUri": "http://mastodon.example.org/users/admin/statuses/99512778738411822",
        "attachment": [],
        "attributedTo": "http://mastodon.example.org/users/admin",
        "cc": [
            "http://mastodon.example.org/users/admin/followers",
            "http://localtesting.pleroma.lol/users/lain"
        ],
        "content": "<p><span class=\"h-card\"><a href=\"http://localtesting.pleroma.lol/users/lain\" class=\"u-url mention\">@<span>lain</span></a></span> #moo</p>",
        "conversation": "tag:mastodon.example.org,2018-02-12:objectId=20:objectType=Conversation",
        "id": "http://mastodon.example.org/users/admin/statuses/99512778738411822",
        "inReplyTo": null,
        "inReplyToAtomUri": null,
        "published": "2018-02-12T14:08:20Z",
        "summary": "cw",
        "tag": [
            {
                "href": "http://localtesting.pleroma.lol/users/lain",
                "name": "@lain@localtesting.pleroma.lol",
                "type": "Mention"
            },
            {
                "href": "http://mastodon.example.org/tags/nsfw",
                "name": "#NSFW",
                "type": "Hashtag"
            }
        ],
        "to": [
            "https://www.w3.org/ns/activitystreams#Public"
        ],
        "type": "Note",
        "url": "http://mastodon.example.org/@admin/99512778738411822"
    },
    "published": "2018-02-12T14:08:20Z",
    "signature": {
        "created": "2018-02-12T14:08:20Z",
        "creator": "http://mastodon.example.org/users/admin#main-key",
        "signatureValue": "rnNfcopkc6+Ju73P806popcfwrK9wGYHaJVG1/ZvrlEbWVDzaHjkXqj9Q3/xju5l8CSn9tvSgCCtPFqZsFQwn/pFIFUcw7ZWB2xi4bDm3NZ3S4XQ8JRaaX7og5hFxAhWkGhJhAkfxVnOg2hG+w2d/7d7vRVSC1vo5ip4erUaA/PkWusZvPIpxnRWoXaxJsFmVx0gJgjpJkYDyjaXUlp+jmaoseeZ4EPQUWqHLKJ59PRG0mg8j2xAjYH9nQaN14qMRmTGPxY8gfv/CUFcatA+8VJU9KEsJkDAwLVvglydNTLGrxpAJU78a2eaht0foV43XUIZGe3DKiJPgE+UOKGCJw==",
        "type": "RsaSignature2017"
    },
    "to": [
        "https://www.w3.org/ns/activitystreams#Public"
    ],
    "type": "Create"
}