forked from mirrors/gotosocial
set default privacy for new accounts (#225)
This commit is contained in:
parent
8ab9108d3a
commit
69bb56368d
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ func (a *adminDB) NewSignup(ctx context.Context, username string, reason string,
|
|||
Username: username,
|
||||
DisplayName: username,
|
||||
Reason: reason,
|
||||
Privacy: gtsmodel.VisibilityDefault,
|
||||
URL: newAccountURIs.UserURL,
|
||||
PrivateKey: key,
|
||||
PublicKey: &key.PublicKey,
|
||||
|
|
Loading…
Reference in a new issue