This commit is contained in:
syuilo 2018-09-20 17:21:16 +09:00
parent 77a0450b5d
commit d058ecc4ea
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
6 changed files with 75 additions and 3 deletions

View file

@ -14,4 +14,5 @@ export type IMeta = {
disableRegistration?: boolean;
disableLocalTimeline?: boolean;
hidedTags?: string[];
bannerUrl?: string;
};