mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-27 22:39:33 +09:00
Revert "fix(models): disableRegistration
のデフォルト値が更新されていなかったので (MisskeyIO#442)" (MisskeyIO#444)
This reverts commit dea2e3183f
.
This commit is contained in:
parent
bb4583f0be
commit
7ba70e5222
@ -47,7 +47,7 @@ export class MiMeta {
|
||||
public maintainerEmail: string | null;
|
||||
|
||||
@Column('boolean', {
|
||||
default: true,
|
||||
default: false,
|
||||
})
|
||||
public disableRegistration: boolean;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user