Caller |
In
SharedInboxController.php
line
$this->logger->info('SharedInboxController:headers: '.$request->headers);
$this->logger->info('SharedInboxController:body: '.$request->getContent());
$this->bus->dispatch(
new ActivityMessage(
$request->getContent(),
$requestInfo,
|
Bus |
messenger.bus.default |
Message |
App\Message\ActivityPub\Inbox\ActivityMessage {#353 ▼
+payload: "{"@context":["https://join-lemmy.org/context.json","https://www.w3.org/ns/activitystreams"],"actor":"https://lemmy.world/c/lemmyshitpost","to":["https://www.w3.org/ns/activitystreams#Public"],"object":{"id":"https://lemmy.world/activities/like/46ddf07b-f553-4339-bda3-8f203e950ad8","actor":"https://lemmy.world/u/Glifted","object":"https://lemmy.world/post/26133850","type":"Like","audience":"https://lemmy.world/c/lemmyshitpost"},"cc":["https://lemmy.world/c/lemmyshitpost/followers"],"type":"Announce","id":"https://lemmy.world/activities/announce/like/bd37bbd3-1b15-4c7f-8146-d64b176f54d7"}"
+request: [▶
"host" => "kbin.spritesserver.nl"
"method" => "POST"
"uri" => "/f/inbox"
"client_ip" => "135.181.143.221"
]
+headers: [▶
"content-type" => [▶
"application/activity+json"
]
"host" => [▶
"kbin.spritesserver.nl"
]
"date" => [▶
"Thu, 27 Feb 2025 22:57:12 GMT"
]
"digest" => [▶
"SHA-256=qSrzeIUqe2olJeglIemLf0Ki8myFovy9pIfFP/sDIcA="
]
"signature" => [▶
"keyId="https://lemmy.world/c/lemmyshitpost#main-key",algorithm="hs2019",headers="(request-target) content-type date digest host",signature="m8xIhzoq1zKOFVctmpE3vS5hPnWGz96EOCCwylndfYbdLXqvNGz4ZvEkQWy/N48AhmDyDhTQ6CREDfmvmE+m1XAyTDw5v5mLWUyOyY5iCxklQmdR9cGthTfGqSU1ncy9vUpzcLbvK4pGNUlNLlGY3KtZuz6m+YrePT0MVpNoe9CDanTYWdFqSH5PxWFkpndMcXo1dWqgC59WtVv9A90CckWxcTtYoLTdyvyQ4f0hQJuch1W8qWyxM7tKE1m4MfJpfYa8rsGcSBj4fHOOABBiodtff412wRURAR3EtfzqNrkZAl/R2n4AfeqqfPslvZj98Pe45f7XTU4tQGkaYb5Dgw==""
]
"accept" => [▶
"*/*"
]
"user-agent" => [▶
"Lemmy/0.19.3-4-gc98049af6; +https://lemmy.world"
]
"accept-encoding" => [▶
"gzip"
]
"content-length" => [▶
"593"
]
"x-php-ob-level" => [▶
"1"
]
]
} |
Envelope stamps when dispatching |
No items
|
Envelope stamps after dispatch |
Symfony\Component\Messenger\Stamp\BusNameStamp {#343 ▼
-busName: "messenger.bus.default"
}
Symfony\Component\Messenger\Stamp\SentStamp {#268 ▼
-senderClass: "Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransport"
-senderAlias: "async_ap"
}
Symfony\Component\Messenger\Stamp\TransportMessageIdStamp {#227 ▼
-id: "50530784"
}
|