From e670c32a9147f632d06ee10c170201677ec1e12d Mon Sep 17 00:00:00 2001 From: Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com> Date: Mon, 24 May 2021 18:49:48 +0200 Subject: Faves (#31) * start on federating faves * outbound federation of likes working --- internal/db/db.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/db/db.go') 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. -- cgit v1.2.3