aboutsummaryrefslogtreecommitdiff
path: root/test/fixtures/create-chat-message.json
blob: 9c23a1c9b9a66a26428831527584465d9f44cce1 (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
{
  "actor": "http://2hu.gensokyo/users/raymoo",
  "id": "http://2hu.gensokyo/objects/1",
  "object": {
    "attributedTo": "http://2hu.gensokyo/users/raymoo",
    "content": "You expected a cute girl? Too bad. <script>alert('XSS')</script>",
    "id": "http://2hu.gensokyo/objects/2",
    "published": "2020-02-12T14:08:20Z",
    "to": [
      "http://2hu.gensokyo/users/marisa"
    ],
    "tag": [
      {
        "icon": {
          "type": "Image",
          "url": "http://2hu.gensokyo/emoji/Firefox.gif"
        },
        "id": "http://2hu.gensokyo/emoji/Firefox.gif",
        "name": ":firefox:",
        "type": "Emoji",
        "updated": "1970-01-01T00:00:00Z"
      }
    ],
    "type": "ChatMessage"
  },
  "published": "2018-02-12T14:08:20Z",
  "to": [
    "http://2hu.gensokyo/users/marisa"
  ],
  "type": "Create"
}