diff options
author | Alexander Tumin <iamtakingiteasy@eientei.org> | 2022-12-18 21:52:19 +0300 |
---|---|---|
committer | Alexander Tumin <iamtakingiteasy@eientei.org> | 2023-03-02 11:18:16 +0300 |
commit | 4b85d1c617e0d3d482dffe59e43c69d717d5a13f (patch) | |
tree | 7fe0f94db345a3a4f42e388ad3e35bf130d20179 /test/fixtures/custom-emoji-reaction.json | |
parent | 787e30c5fd2f54a07db1bad84ef20aa9a4a406ab (diff) | |
download | pleroma-4b85d1c617e0d3d482dffe59e43c69d717d5a13f.tar.gz pleroma-4b85d1c617e0d3d482dffe59e43c69d717d5a13f.zip |
Allow custom emoji reactions: Fix tests, mixed custom and unicode reactions
Diffstat (limited to 'test/fixtures/custom-emoji-reaction.json')
-rw-r--r-- | test/fixtures/custom-emoji-reaction.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/test/fixtures/custom-emoji-reaction.json b/test/fixtures/custom-emoji-reaction.json new file mode 100644 index 000000000..003de0511 --- /dev/null +++ b/test/fixtures/custom-emoji-reaction.json @@ -0,0 +1,28 @@ +{ + "@context": [ + "https://www.w3.org/ns/activitystreams", + "https://w3id.org/security/v1", + { + "Hashtag": "as:Hashtag" + } + ], + "type": "Like", + "id": "https://misskey.local.live/likes/917ocsybgp", + "actor": "https://misskey.local.live/users/8x8yep20u2", + "object": "https://pleroma.local.live/objects/89937a53-2692-4631-bb62-770091267391", + "content": ":hanapog:", + "_misskey_reaction": ":hanapog:", + "tag": [ + { + "id": "https://misskey.local.live/emojis/hanapog", + "type": "Emoji", + "name": ":hanapog:", + "updated": "2022-06-07T12:00:05.773Z", + "icon": { + "type": "Image", + "mediaType": "image/png", + "url": "https://misskey.local.live/files/webpublic-8f8a9768-7264-4171-88d6-2356aabeadcd" + } + } + ] +} |