media handler updates

This commit is contained in:
tsmethurst 2021-05-10 16:27:22 +02:00
commit 17a62d53ed
15 changed files with 237 additions and 55 deletions

View file

@ -76,15 +76,15 @@ type Account struct {
*/
// Does this account need an approval for new followers?
Locked bool
Locked bool `pg:",default:true"`
// Should this account be shown in the instance's profile directory?
Discoverable bool
// Default post privacy for this account
Privacy Visibility
// Set posts from this account to sensitive by default?
Sensitive bool
Sensitive bool `pg:",default:false"`
// What language does this account post in?
Language string
Language string `pg:",default:en"`
/*
ACTIVITYPUB THINGS