separate public key handler (#64)

This commit is contained in:
Tobi Smethurst 2021-06-26 16:21:40 +02:00 committed by GitHub
commit b6c62309f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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