diff options
author | 2021-05-08 14:25:23 +0200 | |
---|---|---|
committer | 2021-05-08 14:25:23 +0200 | |
commit | ac9adb172b09882b12659a3e43a94d724eb65378 (patch) | |
tree | 0f97edf4377f406df321054d26e731ff5dcc6667 /internal/db/gtsmodel/status.go | |
parent | make boosts work woo (#12) (diff) | |
download | gotosocial-ac9adb172b09882b12659a3e43a94d724eb65378.tar.xz |
Revert "make boosts work woo (#12)" (#15)
This reverts commit 9616f46424363adbc124da52c6728ca047506403.
Diffstat (limited to 'internal/db/gtsmodel/status.go')
-rw-r--r-- | internal/db/gtsmodel/status.go | 4 |
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. |