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.ca/activities/like/9ed8f6cd-456b-4ea1-8304-2b5e5b722fe3","actor":"https://lemmy.ca/u/Tlaloc_Temporal","@context":["https://join-lemmy.org/context.json","https://www.w3.org/ns/activitystreams"],"object":"https://lemmy.world/comment/15439879","type":"Like","audience":"https://lemmy.world/c/lemmyshitpost"},"cc":["https://lemmy.world/c/lemmyshitpost/followers"],"type":"Announce","id":"https://lemmy.world/activities/announce/like/97cdfbbf-e705-425c-96de-cc25eb952c0f"}"
+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" => [▶
"Tue, 04 Mar 2025 23:19:13 GMT"
]
"digest" => [▶
"SHA-256=9djDXW1WbpZWnqxMuV37gYwl+Dz5EhyK9htIEiOoxwA="
]
"signature" => [▶
"keyId="https://lemmy.world/c/lemmyshitpost#main-key",algorithm="hs2019",headers="(request-target) content-type date digest host",signature="ALfOQPUqqV/gXMc93CkWFWPNsRSIeW6ijZ18WRSqIJc2tMEotb79UpUrpQefyJXXkLv8UvtkdJIdhA7xUaFqihnAafxcfiwclrhtcaX/+RQbK10OaSwEaD18EH+NXJTxbwZP/7UnCZhMCJ6KZchq9k+ofrk/wo5hQD2jYQeTOEdf4NCOuYbV8To+Fy1rvI/ywx+T7qapjP3W8MpcLyvF7MsiGRf9BaRqIWBwK1hnSLK79ajIgwBagfhd0Ff2LCiy4qL9UMxgrmTfQI9LbIP0LkJHwgV3r1MxFlxmIpqSiZUELFObCMU9tBSFOz7aoBTxkSZp103s6Swa0myEjr0iWA==""
]
"accept" => [▶
"*/*"
]
"user-agent" => [▶
"Lemmy/0.19.3-4-gc98049af6; +https://lemmy.world"
]
"accept-encoding" => [▶
"gzip"
]
"content-length" => [▶
"689"
]
"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: "50909588"
}
|