commit 5393bbf6c7275c7210bd12eb23c96b2df72419d7
parent bd49189d7837e2ad5000a17dfe19751c4c84ce60
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Fri, 29 Dec 2023 01:02:48 -0500
default to stream menu
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/database/tableUsers.go b/pkg/database/tableUsers.go
@@ -626,7 +626,7 @@ func (d *DkfDB) createUser(usernameStr, password, repassword, gpgPublicKey strin
newUser.CollectMetadata = false
newUser.RegistrationDuration = registrationDuration
newUser.UseStream = true
- newUser.UseStreamMenu = false
+ newUser.UseStreamMenu = true
newUser.CodeBlockHeight = 300
newUser.HellbanOpacity = 30
newUser.SignupMetadata = signupInfoEnc