X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Ffixtures%2Fmisskey%2Fmfm_x_format.json;h=590e399fe9689ce1865d5d82f738a3992bf9ed16;hb=063cc61fc11cd80981d0e23e6d0dfa778cc91bbf;hp=31d6e53689a5941625bdf0ce322fed588d4b53db;hpb=5ad256f170c29a864b0f720acc8302b347fd9b25;p=akkoma diff --git a/test/fixtures/misskey/mfm_x_format.json b/test/fixtures/misskey/mfm_x_format.json index 31d6e5368..590e399fe 100644 --- a/test/fixtures/misskey/mfm_x_format.json +++ b/test/fixtures/misskey/mfm_x_format.json @@ -3,9 +3,9 @@ "type": "Note", "attributedTo": "https://misskey.local.live/users/92hzkskwgy", "summary": null, - "content": "

@akkoma_user@akkoma.local.live linkifylink #dancedance mfm goes here

## aaa

", + "content": "this does not get replaced", "source": { - "content": "@akkoma_user linkifylink #dancedance $[jelly mfm goes here] \n\n## aaa", + "content": "@akkoma_user @remote_user @full_tag_remote_user@misskey.local.live @oops_not_a_mention linkifylink #dancedance $[jelly mfm goes here] \n\n## aaa", "mediaType": "text/x.misskeymarkdown" }, "published": "2022-07-10T15:37:36.368Z", @@ -29,6 +29,16 @@ "type": "Mention", "href": "http://localhost:4001/users/akkoma_user", "name": "@akkoma_user" + }, + { + "type": "Mention", + "href": "http://misskey.local.live/users/remote_user", + "name": "@remote_user" + }, + { + "type": "Mention", + "href": "http://misskey.local.live/users/full_tag_remote_user", + "name": "@full_tag_remote_user" } ] }