mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-09 04:57:29 -06:00
separate public key handler
This commit is contained in:
parent
82d2544d7d
commit
9d61b5c82f
8 changed files with 162 additions and 18 deletions
|
|
@ -76,7 +76,7 @@ type Account struct {
|
|||
*/
|
||||
|
||||
// Does this account need an approval for new followers?
|
||||
Locked bool `pg:",default:false"`
|
||||
Locked bool `pg:",default:true"`
|
||||
// Should this account be shown in the instance's profile directory?
|
||||
Discoverable bool `pg:",default:false"`
|
||||
// Default post privacy for this account
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue