This commit is contained in:
tsmethurst 2021-05-08 11:35:16 +02:00
commit cca6d7d1d4
3 changed files with 1 additions and 6 deletions

View file

@ -102,9 +102,6 @@ type Processor interface {
// GetFediUser handles the getting of a fedi/activitypub representation of a user/account, performing appropriate authentication
// before returning a JSON serializable interface to the caller.
GetFediUser(requestedUsername string, request *http.Request) (interface{}, ErrorWithCode)
}
// processor just implements the Processor interface