diff options
Diffstat (limited to 'internal/federation/federator.go')
-rw-r--r-- | internal/federation/federator.go | 1 |
1 files changed, 1 insertions, 0 deletions
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) |