X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Ffixtures%2Fmisskey-like.json;h=81b297859fefd043212c9b1fc8ad85a52f3b9b46;hb=142646426e1830ac0e0461075a99a27ac5813ceb;hp=84d56f473dd6d77fba2cb116f0dbb0e54ce7135a;hpb=b3c80b840445e4041042e140e3e2f58faa32f4f9;p=akkoma diff --git a/test/fixtures/misskey-like.json b/test/fixtures/misskey-like.json index 84d56f473..81b297859 100644 --- a/test/fixtures/misskey-like.json +++ b/test/fixtures/misskey-like.json @@ -4,11 +4,24 @@ "https://w3id.org/security/v1", {"Hashtag" : "as:Hashtag"} ], - "_misskey_reaction" : "pudding", + "_misskey_reaction" : ":pudding:", + "content": ":pudding:", "actor": "http://mastodon.example.org/users/admin", "cc" : ["https://testing.pleroma.lol/users/lain"], "id" : "https://misskey.xyz/75149198-2f45-46e4-930a-8b0538297075", "nickname" : "lain", "object" : "https://testing.pleroma.lol/objects/c331bbf7-2eb9-4801-a709-2a6103492a5a", - "type" : "Like" + "type" : "Like", + "tag": [ + { + "id": "https://somewhere/emoji/pudding", + "name": ":pudding:", + "type": "Emoji", + "icon": { + "type": "Image", + "mediaType": "image/png", + "url": "http://somewhere" + } + } + ] }