summaryrefslogtreecommitdiff
path: root/internal/db/gtsmodel/status.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/db/gtsmodel/status.go')
-rw-r--r--internal/db/gtsmodel/status.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/db/gtsmodel/status.go b/internal/db/gtsmodel/status.go
index 55ae91599..06ef61760 100644
--- a/internal/db/gtsmodel/status.go
+++ b/internal/db/gtsmodel/status.go
@@ -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.