make boosts work woo

This commit is contained in:
tsmethurst 2021-04-21 18:13:28 +02:00
commit 5f61016cb2
21 changed files with 616 additions and 106 deletions

View file

@ -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.