Revert "fix(models): `disableRegistration`のデフォルト値が更新されていなかったので (MisskeyIO#442)" (MisskeyIO#444)

This reverts commit dea2e3183f.
This commit is contained in:
まっちゃとーにゅ 2024-02-12 12:03:00 +09:00 committed by GitHub
parent bb4583f0be
commit 7ba70e5222
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ export class MiMeta {
public maintainerEmail: string | null;
@Column('boolean', {
default: true,
default: false,
})
public disableRegistration: boolean;