Features added in the official repository
mastodon/mastodon#8703
Checked links can be checked by looking at the user API.
guskma@abyss.fun# req api get /api/v1/accounts/1
request ok! (200)
{
"id": "1",
"username": "guskma",
...
"fields": [
{
"name": "鯖缶工場",
"value": "<a href=\"https://discord.gg/mJJGAHv]" rel=\"me nofollow noopener\" target=\"_blank\"><span class=\"invisible\">https://</span><span class=\"\">discord.gg/mJJGAHv</span><span class=\"invisible\"></span></a>",
"verified_at": null // <- non-verified!
},
{
"name": "Blog",
"value": "<a href=\"[[!;;https://blog.drdr.work/]" rel=\"me nofollow noopener\" target=\"_blank\"><span class=\"invisible\">https://</span><span class=\"\">blog.drdr.work/</span><span class=\"invisible\"></span></a>",
"verified_at": "2018-11-02T06:32:46.981+00:00" // <- verified!
}
]
}
Features added in the official repository
mastodon/mastodon#8703
Checked links can be checked by looking at the user API.