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/linuxmemes","to":["https://www.w3.org/ns/activitystreams#Public"],"object":{"id":"https://news.idlestate.org/activities/like/85ee5eb3-2fb8-44f6-87f5-02405a80f010","actor":"https://news.idlestate.org/u/azdle","@context":["https://join-lemmy.org/context.json","https://www.w3.org/ns/activitystreams"],"object":"https://programming.dev/comment/15983334","type":"Like","audience":"https://lemmy.world/c/linuxmemes"},"cc":["https://lemmy.world/c/linuxmemes/followers"],"type":"Announce","id":"https://lemmy.world/activities/announce/like/aa17ca46-43ee-424e-bd01-01f02cac2975"}"
+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" => [▶
"Mon, 31 Mar 2025 03:43:23 GMT"
]
"digest" => [▶
"SHA-256=2IY1YwcJdzGqcjFQrGGGGhUL9ogC9X2UBM7hQPBD1sE="
]
"signature" => [▶
"keyId="https://lemmy.world/c/linuxmemes#main-key",algorithm="hs2019",headers="(request-target) content-type date digest host",signature="V2TvWC8zy4ET3A2Xfs4YS2xxAGoc9t/nXBdkQB0rRsMm7/dlw+QDSa1/n4B6aVrtDQC/gLs28jk9zgVA2GFhaG8eV57NR4JOBfxTlcS91J72XMkTWHlLIgwfF6N4exjlTZif4TS0UxWkzuMtyKuzFpOpy8sgUoYx8AUMFDmsGTDUhoZN3tZKCFPzOYc5WzKvIe0oqgofOrROTBl2yi4MVghyIcogeMjnR4shYhwBG8CB6eyyjiejn1XCners67EogiC33Spfq9GhvMI7r4FvBUnV2yIQzWUR4eHTDmDLvyqIBSO/4wFOotvUe7/FRFzrE2BsAoWOE3PMgvpqZ0QyNg==""
]
"accept" => [▶
"*/*"
]
"user-agent" => [▶
"Lemmy/0.19.10; +https://lemmy.world"
]
"accept-encoding" => [▶
"gzip"
]
"content-length" => [▶
"694"
]
"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: "52817365"
}
|