From 6acd410426f2f8941a0dbec4bfe07c2a94ce62b7 Mon Sep 17 00:00:00 2001 From: Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com> Date: Tue, 10 Aug 2021 16:56:59 +0200 Subject: Bugfixerino (#133) * fix some lil bugs * fmt, lint --- internal/federation/federator.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/federation/federator.go') diff --git a/internal/federation/federator.go b/internal/federation/federator.go index ea9e61831..1b5f5441a 100644 --- a/internal/federation/federator.go +++ b/internal/federation/federator.go @@ -60,6 +60,7 @@ type Federator interface { DereferenceAnnounce(announce *gtsmodel.Status, requestingUsername string) error GetRemoteAccount(username string, remoteAccountID *url.URL, refresh bool) (*gtsmodel.Account, bool, error) + EnrichRemoteAccount(username string, account *gtsmodel.Account) (*gtsmodel.Account, error) GetRemoteStatus(username string, remoteStatusID *url.URL, refresh bool) (*gtsmodel.Status, ap.Statusable, bool, error) EnrichRemoteStatus(username string, status *gtsmodel.Status) (*gtsmodel.Status, error) -- cgit v1.2.3