From 9616f46424363adbc124da52c6728ca047506403 Mon Sep 17 00:00:00 2001 From: Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com> Date: Wed, 21 Apr 2021 18:22:31 +0200 Subject: make boosts work woo (#12) --- internal/db/gtsmodel/status.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'internal/db/gtsmodel') diff --git a/internal/db/gtsmodel/status.go b/internal/db/gtsmodel/status.go index 06ef61760..55ae91599 100644 --- a/internal/db/gtsmodel/status.go +++ b/internal/db/gtsmodel/status.go @@ -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. -- cgit v1.3