Skip to content

display the verified link in profile fields. #17

@wd-shiroma

Description

@wd-shiroma

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!
        }
    ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions