diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-01-04 03:52:50 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-01-04 03:52:50 +0900 |
| commit | b4b6e9548d05a0313e9ed722a27edb54c9dda8e1 (patch) | |
| tree | b7dc73c14996d0f58abd107b5d1ff7fc44c298fa /src/models | |
| parent | Make instance logo customisable (#3829) (diff) | |
| download | misskey-b4b6e9548d05a0313e9ed722a27edb54c9dda8e1.tar.gz misskey-b4b6e9548d05a0313e9ed722a27edb54c9dda8e1.tar.bz2 misskey-b4b6e9548d05a0313e9ed722a27edb54c9dda8e1.zip | |
Rename
Diffstat (limited to 'src/models')
| -rw-r--r-- | src/models/meta.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/meta.ts b/src/models/meta.ts index b68ec43f15..daa7964d6f 100644 --- a/src/models/meta.ts +++ b/src/models/meta.ts @@ -185,7 +185,7 @@ export type IMeta = { disableRegistration?: boolean; disableLocalTimeline?: boolean; hidedTags?: string[]; - logoUrl?: string; + mascotImageUrl?: string; bannerUrl?: string; errorImageUrl?: string; |