diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2018-12-11 20:19:13 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-12-11 20:19:13 +0900 |
| commit | 08142ead678c598b8500f563cc117bfa7faf5944 (patch) | |
| tree | 38e36da1904b52385d5649db60958ef57a0f12d8 /src/models | |
| parent | Show user fields (#3590) (diff) | |
| download | misskey-08142ead678c598b8500f563cc117bfa7faf5944.tar.gz misskey-08142ead678c598b8500f563cc117bfa7faf5944.tar.bz2 misskey-08142ead678c598b8500f563cc117bfa7faf5944.zip | |
Resolve #3581 (#3589)
* Update ja-JP.yml
* Create 404.vue
* Update script.ts
* Update script.ts
* Update script.ts
* Update script.ts
* Update script.ts
* Update script.ts
* Update 404.vue
* Update meta.ts
* Update instance.vue
* Update update-meta.ts
Diffstat (limited to 'src/models')
| -rw-r--r-- | src/models/meta.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/models/meta.ts b/src/models/meta.ts index c8ef18a691..66cdf76d33 100644 --- a/src/models/meta.ts +++ b/src/models/meta.ts @@ -173,6 +173,7 @@ export type IMeta = { disableLocalTimeline?: boolean; hidedTags?: string[]; bannerUrl?: string; + errorImageUrl?: string; cacheRemoteFiles?: boolean; |