summaryrefslogtreecommitdiff
path: root/src/models
diff options
context:
space:
mode:
authoribrokemypie <ibrokemypie@bastardi.net>2019-01-04 05:02:40 +1100
committersyuilo <Syuilotan@yahoo.co.jp>2019-01-04 03:02:40 +0900
commitebf9cd18c85a8d601941fae5af5a53b6d834346c (patch)
treeaf7b00a1e6ecb1b3422b4daf442ec90b3ef411e3 /src/models
parentImprove readability (diff)
downloadsharkey-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.ts1
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;