summaryrefslogtreecommitdiff
path: root/internal/messages/messages.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/messages/messages.go')
-rw-r--r--internal/messages/messages.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/messages/messages.go b/internal/messages/messages.go
index 7f9b3f37c..236aea722 100644
--- a/internal/messages/messages.go
+++ b/internal/messages/messages.go
@@ -32,8 +32,8 @@ type FromClientAPI struct {
TargetAccount *gtsmodel.Account
}
-// FromFederator wraps a message that travels from the federator into the processor.
-type FromFederator struct {
+// FromFediAPI wraps a message that travels from the federating API into the processor.
+type FromFediAPI struct {
APObjectType string
APActivityType string
APIri *url.URL