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/lemmybewholesome","to":["https://www.w3.org/ns/activitystreams#Public"],"object":{"id":"https://lemmy.dbzer0.com/activities/like/45ee2f54-ce96-44d2-87f8-41cca4b57def","actor":"https://lemmy.dbzer0.com/u/NOPper","@context":["https://join-lemmy.org/context.json","https://www.w3.org/ns/activitystreams"],"object":"https://slrpnk.net/comment/14187905","type":"Like","audience":"https://lemmy.world/c/lemmybewholesome"},"cc":["https://lemmy.world/c/lemmybewholesome/followers"],"type":"Announce","id":"https://lemmy.world/activities/announce/like/baf125e0-cb3c-483b-abdb-3fb7dd612c4d"}"
+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" => [▶
"Wed, 05 Mar 2025 18:53:02 GMT"
]
"digest" => [▶
"SHA-256=NpUQ9JXJvNQpS0aJhwE/R8FuSD5697OcMaU3dNF6VNw="
]
"signature" => [▶
"keyId="https://lemmy.world/c/lemmybewholesome#main-key",algorithm="hs2019",headers="(request-target) content-type date digest host",signature="gHmoiWdcNFywM520ZCaQYkzZ/6sqCoHUT8VWCVcS9bpVZhcxFjdXFuy8OEbBPEzuTzwXguPjRYfbMSivqGhmfmhL03fCUcLpXFmAvRwS+5eklcrjxnI+KX94/vOG2YnINYR4bgfzg7/KNiV30K63M/o2KHcP5A21glirPzgk7a2GafLF3f6AVLxmF3oj5BvDAkJO28agkO/UkFlc2GY68X9HhplRCSUsEu9sucxxygZjePTsW0wrHTHMV3PGnf6YZFwGAIyCmlFctZwFyNJAeQuE7jYAJPAo+CqGu1qqz5QfitRN1O3Zm6bZ0gpBZyR0oYKzcKuec2vBgagSglpJTw==""
]
"accept" => [▶
"*/*"
]
"user-agent" => [▶
"Lemmy/0.19.3-4-gc98049af6; +https://lemmy.world"
]
"accept-encoding" => [▶
"gzip"
]
"content-length" => [▶
"704"
]
"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: "50970021"
}
|