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://sopuli.xyz/activities/like/3fcece8a-0345-4e32-be08-699d0ac56816","actor":"https://sopuli.xyz/u/CompleteCombustion","@context":["https://join-lemmy.org/context.json","https://www.w3.org/ns/activitystreams"],"object":"https://lemmy.world/post/25887522","type":"Like","audience":"https://lemmy.world/c/lemmyshitpost"},"cc":["https://lemmy.world/c/lemmyshitpost/followers"],"type":"Announce","id":"https://lemmy.world/activities/announce/like/f5b502d8-cbcc-4a5c-9f1c-7ff12da70f74"}"
+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" => [▶
"Sat, 22 Feb 2025 06:48:04 GMT"
]
"digest" => [▶
"SHA-256=BOQlmsSMDzshqgqx1uvGk6vP+j6l4+cvb2eTAUslDrc="
]
"signature" => [▶
"keyId="https://lemmy.world/c/lemmyshitpost#main-key",algorithm="hs2019",headers="(request-target) content-type date digest host",signature="WBvehaJhZuFf7H6SLBSvzmTSxlV2Ibny4DWE27N1EWA6u3Qql1Z1CO/NawSJVyVd1/rSbbuYqUGDn24RNr4sCIygJ8hYCrPYVTlHMFoq3nubXJ3VXpN/A8vMwuQMsXdw3K6htJ2vBMnUi+NIhswq7D69UP0FhWrTFd9GSzuI/0f2ZNuja54oQ2MljCe2+V68Ue63ymiHQi/8CAM6TC/Gu6l89C8ltpkSiZ5Te3x/3ExzGIJFOf48ITJBaatSSVNd2Od7Iry+W/0Xq6rhtHrOtMk8u1Bf+FMBtMY75o478O+KeMIVopbD1wy9G9embwyTIuR5z+osJGmdP3vJtG+ifQ==""
]
"accept" => [▶
"*/*"
]
"user-agent" => [▶
"Lemmy/0.19.3-4-gc98049af6; +https://lemmy.world"
]
"accept-encoding" => [▶
"gzip"
]
"content-length" => [▶
"693"
]
"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: "50111990"
}
|