diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-01-16 14:54:14 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-01-16 14:54:14 +0900 |
| commit | 13cee2b4f56adaf328c2da5c744a9bef5c9185e6 (patch) | |
| tree | 7d774b76508cea3d3b51f8529d7b68bcd8f7b97a /src/models | |
| parent | [Client] Resolve #3895 (diff) | |
| download | sharkey-13cee2b4f56adaf328c2da5c744a9bef5c9185e6.tar.gz sharkey-13cee2b4f56adaf328c2da5c744a9bef5c9185e6.tar.bz2 sharkey-13cee2b4f56adaf328c2da5c744a9bef5c9185e6.zip | |
Resolve #3896
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 daa7964d6f..4d4b00be6e 100644 --- a/src/models/meta.ts +++ b/src/models/meta.ts @@ -184,6 +184,7 @@ export type IMeta = { disableRegistration?: boolean; disableLocalTimeline?: boolean; + disableGlobalTimeline?: boolean; hidedTags?: string[]; mascotImageUrl?: string; bannerUrl?: string; |