remove unused property

This commit is contained in:
kakkokari-gtyih 2025-05-04 19:38:58 +09:00
parent fee8b0ffd8
commit 6dd8376edd
1 changed files with 0 additions and 2 deletions

View File

@ -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;