diff --git a/packages/frontend/src/components/MkInstanceTicker.impl.ts b/packages/frontend/src/components/MkInstanceTicker.impl.ts index d6c643cf70..75e0684574 100644 --- a/packages/frontend/src/components/MkInstanceTicker.impl.ts +++ b/packages/frontend/src/components/MkInstanceTicker.impl.ts @@ -12,8 +12,6 @@ import type { HEX } from '@/utility/color.js'; export type MkInstanceTickerProps = { readonly instance?: { readonly name?: string | null; - // NOTE: リモートサーバーにおいてiconUrlを参照すると意図した画像にならない https://github.com/taiyme/misskey/issues/210 - // readonly iconUrl?: string | null; readonly faviconUrl?: string | null; readonly themeColor?: string | null; } | null;