In #Misskey, does the icon for the server information that I see in the remote note come from the favicon for that server?
Misskeyでリモートノートに表示されるサーバー情報のアイコンは、そのサーバーのファビコンから取得しているのですか?
QT: https://fosstodon.org/@hongminhee/113388408622795698 [参照]
@monaco_koukoku ありがとうございます!私が実装した方法とあまり違いが無いですね!
@hongminhee あまり処理を追い切れていませんが、favicon.icoのほか、 <link rel="icon" ...> のHTMLタグなども見ているようです。
https://github.com/misskey-dev/misskey/blob/7fc8a2a7b04d8550abdf55259bde4c857bd462a1/packages/backend/src/core/FetchInstanceMetadataService.ts#L209