mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-10 21:27:30 -06:00
status boosts
This commit is contained in:
parent
6f5c045284
commit
af04f5e598
7 changed files with 447 additions and 1 deletions
|
|
@ -89,6 +89,10 @@ type Status struct {
|
|||
GTSReplyToStatus *Status `pg:"-"`
|
||||
// Account being replied to
|
||||
GTSReplyToAccount *Account `pg:"-"`
|
||||
// Status being boosted
|
||||
GTSBoostedStatus *Status `pg:"-"`
|
||||
// Account of the boosted status
|
||||
GTSBoostedAccount *Account `pg:"-"`
|
||||
}
|
||||
|
||||
// Visibility represents the visibility granularity of a status.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue