pantasystem / Milktea

Misskey, MastodonのAndroidクライアント「Milktea」のソースコード
GNU General Public License v3.0
249 stars 22 forks source link

Fedibirdの機能の参照について調査し実装する #1257

Open pantasystem opened 1 year ago

pantasystem commented 1 year ago

概要

Fedibirdには参照という独自の機能がある メリットが実装のコストを上回ると判断できる場合実装したい。 https://blog.noellabo.jp/entry/2022/04/04/152052

pantasystem commented 1 year ago
    {
        "id": "109736653284907641",
        "created_at": "2023-01-23T04:34:04.903Z",
        "in_reply_to_id": null,
        "in_reply_to_account_id": null,
        "sensitive": false,
        "spoiler_text": "",
        "visibility": "public",
        "language": "ja",
        "uri": "https://fedibird.com/users/Panta/statuses/109736653284907641",
        "url": "https://fedibird.com/@Panta/109736653284907641",
        "replies_count": 0,
        "reblogs_count": 0,
        "favourites_count": 0,
        "emoji_reactions_count": 0,
        "emoji_reactions": [],
        "status_reference_ids": [
            "109736652587684707"
        ],
        "status_references_count": 1,
        "status_referred_by_count": 0,
        "searchability": "direct",
        "favourited": false,
        "reblogged": false,
        "muted": false,
        "bookmarked": false,
        "emoji_reactioned": false,
        "pinned": false,
        "content": "<p>test<span class=\"reference-link-inline\"> <a href=\"https://fedibird.com/@Panta/109736653284907641/references\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"status-link unhandled-link\" data-status-id=\"109736653284907641\">[参照]</a></span></p>",
        "account": {
            "id": "106243276260829420",
            "username": "Panta",
            "acct": "Panta",
            "display_name": "パン太 :mastodon:",
            "locked": false,
            "bot": false,
            "cat": false,
            "discoverable": false,
            "group": false,
            "created_at": "2021-05-16T00:00:00.000Z",
            "note": "<p>アプリ開発のために登録しました</p>",
            "url": "https://fedibird.com/@Panta",
            "avatar": "https://s3.fedibird.com/accounts/avatars/106/243/276/260/829/420/original/096ea03d4433841e.png",
            "avatar_static": "https://s3.fedibird.com/accounts/avatars/106/243/276/260/829/420/original/096ea03d4433841e.png",
            "header": "https://fedibird.com/headers/original/missing.png",
            "header_static": "https://fedibird.com/headers/original/missing.png",
            "searchability": "direct",
            "followers_count": 4,
            "following_count": 9,
            "subscribing_count": 0,
            "statuses_count": 21,
            "last_status_at": "2023-01-23",
            "emojis": [
                {
                    "shortcode": "mastodon",
                    "url": "https://s3.fedibird.com/custom_emojis/images/000/008/396/original/1317b6f8efcf8318.png",
                    "static_url": "https://s3.fedibird.com/custom_emojis/images/000/008/396/static/1317b6f8efcf8318.png",
                    "visible_in_picker": true
                }
            ],
            "fields": [],
            "other_settings": {
                "birthday": null,
                "location": "",
                "cat_ears_color": "#d8c0b2",
                "noindex": false,
                "hide_network": false,
                "hide_statuses_count": false,
                "hide_following_count": false,
                "hide_followers_count": false,
                "enable_reaction": true
            }
        },
        "reblog": null,
        "quote": null,
        "application": {
            "name": "Web",
            "website": null
        },
        "media_attachments": [],
        "mentions": [],
        "tags": [],
        "emojis": [],
        "card": {
            "url": "https://fedibird.com/@Panta/109736653284907641/references",
            "title": "投稿の参照(1件) by パン太 :mastodon: (@Panta@fedibird.com)",
            "description": "aaa",
            "type": "link",
            "author_name": "",
            "author_url": "",
            "provider_name": "",
            "provider_url": "",
            "html": "",
            "width": 400,
            "height": 400,
            "image": "https://s3.fedibird.com/cache/preview_cards/images/009/786/984/original/93da76fe7f5fda92.png",
            "embed_url": "",
            "blurhash": "URO.~;?Y9vt6}%aLbKog9{X:XAb_aL$gNLWB",
            "status_id": "109736653284907641",
            "account_id": "106243276260829420"
        },
        "poll": null
    },