diff options
| author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2023-03-16 08:00:00 +0000 |
|---|---|---|
| committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2023-03-16 08:00:00 +0000 |
| commit | 353538d16c40b7d845c3ca4a710ab525ff88734a (patch) | |
| tree | 69034c8227ef0c7ba598f1f93c977cbd0512225c /test/fixtures | |
| parent | c3600b6104a5ec0dc1cc5674758df6b7f4aee881 (diff) | |
| parent | 2c2ea16b50a7b77b1d3f58722e45720dcf3c51b9 (diff) | |
| download | pleroma-353538d16c40b7d845c3ca4a710ab525ff88734a.tar.gz pleroma-353538d16c40b7d845c3ca4a710ab525ff88734a.zip | |
Merge branch 'pleroma-akkoma-emoji-port' into 'develop'
Custom emoji reactions support
See merge request pleroma/pleroma!3845
Diffstat (limited to 'test/fixtures')
| -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" + } + } + ] +} |
