pleroma/test/fixtures/create-chat-message.json

20 lines
532 B
JSON
Raw Normal View History

2020-04-08 15:55:43 +02:00
{
2020-04-20 14:08:54 +02:00
"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",
2020-04-08 15:55:43 +02:00
"to": [
2020-04-20 14:08:54 +02:00
"http://2hu.gensokyo/users/marisa"
2020-04-08 15:55:43 +02:00
],
2020-04-20 14:08:54 +02:00
"type": "ChatMessage"
},
"published": "2018-02-12T14:08:20Z",
"to": [
"http://2hu.gensokyo/users/marisa"
],
"type": "Create"
2020-04-08 15:55:43 +02:00
}