1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-07 16:14:21 +02:00
This commit is contained in:
syuilo
2018-08-17 19:17:23 +09:00
parent dcdb57df9d
commit 2c8f962889
9 changed files with 124 additions and 33 deletions

View File

@@ -11,4 +11,5 @@ export type IMeta = {
usersCount: number;
originalUsersCount: number;
};
disableRegistration: boolean;
};