mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-03 17:38:08 -06:00
add some more fields
This commit is contained in:
parent
fe310f5230
commit
afc6406ba8
1 changed files with 7 additions and 1 deletions
|
|
@ -87,13 +87,19 @@ type Account struct {
|
||||||
Reason string
|
Reason string
|
||||||
|
|
||||||
/*
|
/*
|
||||||
PRIVACY SETTINGS
|
USER AND PRIVACY PREFERENCES
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Does this account need an approval for new followers?
|
// Does this account need an approval for new followers?
|
||||||
Locked bool
|
Locked bool
|
||||||
// Should this account be shown in the instance's profile directory?
|
// Should this account be shown in the instance's profile directory?
|
||||||
Discoverable bool
|
Discoverable bool
|
||||||
|
// Default post privacy for this account
|
||||||
|
Privacy string
|
||||||
|
// Set posts from this account to sensitive by default?
|
||||||
|
Sensitive bool
|
||||||
|
// What language does this account post in?
|
||||||
|
Language string
|
||||||
|
|
||||||
/*
|
/*
|
||||||
ACTIVITYPUB THINGS
|
ACTIVITYPUB THINGS
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue