Make instance logo customisable (#3829)

This commit is contained in:
ibrokemypie
2019-01-04 05:02:40 +11:00
committed by syuilo
parent 562cd6ad0b
commit ebf9cd18c8
7 changed files with 20 additions and 1 deletions

View File

@ -185,6 +185,7 @@ export type IMeta = {
disableRegistration?: boolean;
disableLocalTimeline?: boolean;
hidedTags?: string[];
logoUrl?: string;
bannerUrl?: string;
errorImageUrl?: string;