commit 1ea0bd05762d9b9b3095a0fe8a3b1c06164128dd
parent 5f8bc1e84ffc512fb5ffda1f21e6d63df3467fd2
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Sun, 4 Jun 2023 10:02:04 -0700
default value
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/pkg/database/tableUsers.go b/pkg/database/tableUsers.go
@@ -594,6 +594,7 @@ func (d *DkfDB) createUser(usernameStr, password, repassword, gpgPublicKey strin
newUser.CollectMetadata = false
newUser.RegistrationDuration = registrationDuration
newUser.UseStream = true
+ newUser.CodeBlockHeight = 300
newUser.SignupMetadata = signupInfoEnc
if !verified {
token := utils.GenerateToken32()