summaryrefslogtreecommitdiff
path: root/test/fixtures/create-chat-message.json
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-04-20 14:08:54 +0200
committerlain <lain@soykaf.club>2020-04-20 14:08:54 +0200
commit7e53da250e3b41e01073148efea0fc4f49dea9d5 (patch)
tree91a692a3e7fcf703241b2fea4398ea7c32f07b48 /test/fixtures/create-chat-message.json
parentb836d3d104f75841d71f9cf7c5c8cb5c07ba7294 (diff)
downloadpleroma-7e53da250e3b41e01073148efea0fc4f49dea9d5.tar.gz
pleroma-7e53da250e3b41e01073148efea0fc4f49dea9d5.zip
ChatMessage: Support emoji.
Diffstat (limited to 'test/fixtures/create-chat-message.json')
-rw-r--r--test/fixtures/create-chat-message.json30
1 files changed, 15 insertions, 15 deletions
diff --git a/test/fixtures/create-chat-message.json b/test/fixtures/create-chat-message.json
index 2e4608f43..6db5b9f5c 100644
--- a/test/fixtures/create-chat-message.json
+++ b/test/fixtures/create-chat-message.json
@@ -1,19 +1,19 @@
{
- "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"
- ],
- "type": "ChatMessage"
- },
- "published": "2018-02-12T14:08:20Z",
+ "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"
+ "http://2hu.gensokyo/users/marisa"
],
- "type": "Create"
+ "type": "ChatMessage"
+ },
+ "published": "2018-02-12T14:08:20Z",
+ "to": [
+ "http://2hu.gensokyo/users/marisa"
+ ],
+ "type": "Create"
}