From 6dd8376eddb96c4f715e9ff3bfeae1c91837cbac Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Sun, 4 May 2025 19:38:58 +0900 Subject: [PATCH] remove unused property --- packages/frontend/src/components/MkInstanceTicker.impl.ts | 2 -- 1 file changed, 2 deletions(-) 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;