diff options
Diffstat (limited to 'internal/db/db.go')
-rw-r--r-- | internal/db/db.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/db.go b/internal/db/db.go index e43318c58..9ad811580 100644 --- a/internal/db/db.go +++ b/internal/db/db.go @@ -270,7 +270,7 @@ type DB interface { // FaveStatus faves the given status, using accountID as the faver. // The returned fave will be nil if the status was already faved. - FaveStatus(status *gtsmodel.Status, accountID string) (*gtsmodel.StatusFave, error) + // FaveStatus(status *gtsmodel.Status, accountID string) (*gtsmodel.StatusFave, error) // UnfaveStatus unfaves the given status, using accountID as the unfaver (sure, that's a word). // The returned fave will be nil if the status was already not faved. |