1
0
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:
まっちゃとーにゅ 2024-02-12 11:19:50 +09:00 committed by GitHub
parent a7e77885d2
commit dea2e3183f
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: false,
default: true,
})
public disableRegistration: boolean;