mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 14:52:26 -05:00
parent
dc338dc881
commit
742f985d5b
15 changed files with 322 additions and 56 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue