1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-11-23 22:56:49 +09:00

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

View File

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