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://discuss.tchncs.de/activities/undo/2a5ba1c7-edb8-4815-9e14-adfb41300549","actor":"https://discuss.tchncs.de/u/Black616Angel","@context":["https://join-lemmy.org/context.json","https://www.w3.org/ns/activitystreams"],"object":{"actor":"https://discuss.tchncs.de/u/Black616Angel","object":"https://lemmy.world/post/26197044","type":"Like","id":"https://discuss.tchncs.de/activities/like/808f0b3d-0298-47e3-b7cf-40decb15e35b","audience":"https://lemmy.world/c/lemmyshitpost"},"type":"Undo","audience":"https://lemmy.world/c/lemmyshitpost"},"cc":["https://lemmy.world/c/lemmyshitpost/followers"],"type":"Announce","id":"https://lemmy.world/activities/announce/undo/f5c88285-c853-42b5-8e83-a21ee4ba600a"}"
+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" => [▶
"Sun, 02 Mar 2025 10:47:45 GMT"
]
"digest" => [▶
"SHA-256=Fii5O94BRB4T27UhAK0lr/U/jIf6YXMUkRyParM7+eA="
]
"signature" => [▶
"keyId="https://lemmy.world/c/lemmyshitpost#main-key",algorithm="hs2019",headers="(request-target) content-type date digest host",signature="m2GWI/LR3AtXAbILN0aZ+Nb/uVcUO4jIpPBclEiRyUtHD5rGKSxgGRrugD1si1dphXfSCW49XQZAQBi0ChCSt0lgIyST/71S/KhvWn+vBIymVYY+FcpLLm7KTIwEckh1+qZxwtfncHUqQckggzpIgKwOVYqg4G4SARoac3mHVSTTAFEWlIz8BLyJpi0mXvBjn9IU8KTiBLF/3f9VPsQkjnrgysD+KZokgpzUQFH4VbxQidMgYeFd6ttG4kf29dMNJQrQI1ovseQclQTZ6vbGMjkPk0Roj3KYsf2JmdXtSlVn6FG5QIAu3NVaYmYNFEE2aGmq+6HL9W7ZjnEDsvaTeA==""
]
"accept" => [▶
"*/*"
]
"user-agent" => [▶
"Lemmy/0.19.3-4-gc98049af6; +https://lemmy.world"
]
"accept-encoding" => [▶
"gzip"
]
"content-length" => [▶
"914"
]
"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: "50710529"
}
|