X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Ffixtures%2Fmisskey%2Fmfm_x_format.json;h=590e399fe9689ce1865d5d82f738a3992bf9ed16;hb=aaf78e2b52c3aa1e75206e7dbe41b45874978e0a;hp=a24e90e7e592242e6537d2add7759e95ab6858a6;hpb=ff6c8455fb0b64f979cd551fd644c5024c91ccc6;p=akkoma diff --git a/test/fixtures/misskey/mfm_x_format.json b/test/fixtures/misskey/mfm_x_format.json index a24e90e7e..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": "this gets replaced", + "content": "this does not get replaced", "source": { - "content": "@akkoma_user @remote_user @oops_not_a_mention 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", @@ -34,6 +34,11 @@ "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" } ] }