Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms
[akkoma] / 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 "type": "ChatMessage"
13 },
14 "published": "2018-02-12T14:08:20Z",
15 "to": [
16 "http://2hu.gensokyo/users/marisa"
17 ],
18 "type": "Create"
19 }