status boosts (#16)

This commit is contained in:
Tobi Smethurst
2021-05-08 15:16:24 +02:00
committed by GitHub
parent 6f5c045284
commit 3c539cdfd6
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.