separate public key handler

This commit is contained in:
tsmethurst 2021-06-26 16:11:41 +02:00
commit 9d61b5c82f
8 changed files with 162 additions and 18 deletions

View file

@ -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