diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-20 17:21:16 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-20 17:21:16 +0900 |
| commit | d058ecc4ea0bb2b242ba5cc525dc9442964b5939 (patch) | |
| tree | e8179ac27a008eaf20f1c974a7615d0466b17d81 /src/models/meta.ts | |
| parent | :art: (diff) | |
| download | sharkey-d058ecc4ea0bb2b242ba5cc525dc9442964b5939.tar.gz sharkey-d058ecc4ea0bb2b242ba5cc525dc9442964b5939.tar.bz2 sharkey-d058ecc4ea0bb2b242ba5cc525dc9442964b5939.zip | |
Resolve #2698
Diffstat (limited to 'src/models/meta.ts')
| -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 8ca68416f8..3c0347485c 100644 --- a/src/models/meta.ts +++ b/src/models/meta.ts @@ -14,4 +14,5 @@ export type IMeta = { disableRegistration?: boolean; disableLocalTimeline?: boolean; hidedTags?: string[]; + bannerUrl?: string; }; |