add some more fields

This commit is contained in:
tsmethurst
2021-03-28 18:47:02 +02:00
parent fe310f5230
commit afc6406ba8

View File

@ -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