9c23a1c9b9a66a26428831527584465d9f44cce1
[anni] / test / fixtures / create-chat-message.json
1 {
2   "actor": "http://2hu.gensokyo/users/raymoo",
3   "id": "http://2hu.gensokyo/objects/1",
4   "object": {
5     "attributedTo": "http://2hu.gensokyo/users/raymoo",
6     "content": "You expected a cute girl? Too bad. <script>alert('XSS')</script>",
7     "id": "http://2hu.gensokyo/objects/2",
8     "published": "2020-02-12T14:08:20Z",
9     "to": [
10       "http://2hu.gensokyo/users/marisa"
11     ],
12     "tag": [
13       {
14         "icon": {
15           "type": "Image",
16           "url": "http://2hu.gensokyo/emoji/Firefox.gif"
17         },
18         "id": "http://2hu.gensokyo/emoji/Firefox.gif",
19         "name": ":firefox:",
20         "type": "Emoji",
21         "updated": "1970-01-01T00:00:00Z"
22       }
23     ],
24     "type": "ChatMessage"
25   },
26   "published": "2018-02-12T14:08:20Z",
27   "to": [
28     "http://2hu.gensokyo/users/marisa"
29   ],
30   "type": "Create"
31 }