Revert "make boosts work woo (#12)" (#15)

This reverts commit 9616f46424.
This commit is contained in:
Tobi Smethurst
2021-05-08 14:25:23 +02:00
committed by GitHub
parent 9616f46424
commit ac9adb172b
21 changed files with 106 additions and 616 deletions

View File

@ -89,10 +89,6 @@ 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.