summaryrefslogtreecommitdiff
path: root/test/fixtures/create-chat-message.json
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-04-23 16:19:49 +0200
committerlain <lain@soykaf.club>2020-04-23 16:19:49 +0200
commit1e28d34592a5fae0f3403763f1ff86cc393a52b0 (patch)
tree84fb5d45dc5cca15541c2bdcee556f57165e76a1 /test/fixtures/create-chat-message.json
parentec7335535d857c6777798ed08dab357b07fb6efa (diff)
downloadpleroma-1e28d34592a5fae0f3403763f1ff86cc393a52b0.tar.gz
pleroma-1e28d34592a5fae0f3403763f1ff86cc393a52b0.zip
ChatMessage: Correctly ingest emoji tags.
Diffstat (limited to 'test/fixtures/create-chat-message.json')
-rw-r--r--test/fixtures/create-chat-message.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/fixtures/create-chat-message.json b/test/fixtures/create-chat-message.json
index 6db5b9f5c..9c23a1c9b 100644
--- a/test/fixtures/create-chat-message.json
+++ b/test/fixtures/create-chat-message.json
@@ -9,6 +9,18 @@
"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",