diff options
| author | ibrokemypie <ibrokemypie@bastardi.net> | 2019-01-04 05:02:40 +1100 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-01-04 03:02:40 +0900 |
| commit | ebf9cd18c85a8d601941fae5af5a53b6d834346c (patch) | |
| tree | af7b00a1e6ecb1b3422b4daf442ec90b3ef411e3 /src/models | |
| parent | Improve readability (diff) | |
| download | sharkey-ebf9cd18c85a8d601941fae5af5a53b6d834346c.tar.gz sharkey-ebf9cd18c85a8d601941fae5af5a53b6d834346c.tar.bz2 sharkey-ebf9cd18c85a8d601941fae5af5a53b6d834346c.zip | |
Make instance logo customisable (#3829)
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 fd07438a81..b68ec43f15 100644 --- a/src/models/meta.ts +++ b/src/models/meta.ts @@ -185,6 +185,7 @@ export type IMeta = { disableRegistration?: boolean; disableLocalTimeline?: boolean; hidedTags?: string[]; + logoUrl?: string; bannerUrl?: string; errorImageUrl?: string; |