From 3c539cdfd61d9c0be4817025036347c5f9454747 Mon Sep 17 00:00:00 2001 From: Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com> Date: Sat, 8 May 2021 15:16:24 +0200 Subject: status boosts (#16) --- internal/gtsmodel/status.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'internal/gtsmodel') diff --git a/internal/gtsmodel/status.go b/internal/gtsmodel/status.go index 06ef61760..55ae91599 100644 --- a/internal/gtsmodel/status.go +++ b/internal/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