mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-16 17:07:30 -06:00
media handler updates
This commit is contained in:
parent
d797ddf704
commit
17a62d53ed
15 changed files with 237 additions and 55 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