mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-27 20:53:31 -06:00
make boosts work woo
This commit is contained in:
parent
dafc3b5b92
commit
5f61016cb2
21 changed files with 616 additions and 106 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