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:
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