mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-11 06:27:29 -06:00
tests for status create
This commit is contained in:
parent
21ffcd98ec
commit
1025ac31aa
10 changed files with 571 additions and 57 deletions
|
|
@ -46,6 +46,10 @@ type Status struct {
|
|||
ContentWarning string
|
||||
// visibility entry for this status
|
||||
Visibility Visibility
|
||||
// mark the status as sensitive?
|
||||
Sensitive bool
|
||||
// what language is this status written in?
|
||||
Language string
|
||||
// advanced visibility for this status
|
||||
VisibilityAdvanced *VisibilityAdvanced
|
||||
// What is the activitystreams type of this status? See: https://www.w3.org/TR/activitystreams-vocabulary/#object-types
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue