remove unused property
This commit is contained in:
parent
fee8b0ffd8
commit
6dd8376edd
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue