mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-05 12:58:08 -06:00
fiddle-de-dee!
This commit is contained in:
parent
74bc0feee7
commit
23e2c4a567
9 changed files with 360 additions and 40 deletions
|
|
@ -27,7 +27,7 @@ type Source struct {
|
|||
// unlisted = Unlisted post
|
||||
// private = Followers-only post
|
||||
// direct = Direct post
|
||||
Privacy string `json:"privacy,omitempty"`
|
||||
Privacy Visibility `json:"privacy,omitempty"`
|
||||
// Whether new statuses should be marked sensitive by default.
|
||||
Sensitive bool `json:"sensitive,omitempty"`
|
||||
// The default posting language for new statuses.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue