mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-13 04:07:28 -06:00
start on status creation
This commit is contained in:
parent
71a49e2b43
commit
e58229175d
7 changed files with 341 additions and 24 deletions
|
|
@ -45,7 +45,10 @@ type Status struct {
|
|||
// cw string for this status
|
||||
ContentWarning string
|
||||
// visibility entry for this status
|
||||
Visibility *Visibility
|
||||
Visibility *Visibility
|
||||
// What is the activitystreams type of this status? See: https://www.w3.org/TR/activitystreams-vocabulary/#object-types
|
||||
// Will probably almost always be a note.
|
||||
ActivityStreamsType string
|
||||
}
|
||||
|
||||
// Visibility represents the visibility granularity of a status. It is a combination of flags.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue