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