This commit is contained in:
syuilo 2018-09-12 02:48:19 +09:00
parent bb8139196e
commit 046976dffc
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
7 changed files with 142 additions and 62 deletions

View file

@ -12,5 +12,6 @@ export type IMeta = {
originalUsersCount: number;
};
disableRegistration?: boolean;
disableLocalTimeline?: boolean;
hidedTags?: string[];
};