status boosts

This commit is contained in:
tsmethurst 2021-05-08 15:14:36 +02:00
commit af04f5e598
7 changed files with 447 additions and 1 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.