mirror of
https://git.qoto.org/fedipage/fedipage.git
synced 2024-11-15 19:47:57 +01:00
Added more logging
This commit is contained in:
parent
a9c2ea1557
commit
185db7d3fc
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ export default async function (req: VercelRequest, res: VercelResponse) {
|
|||
// Item will be an entity, i.e, { Create { Note } }
|
||||
const response = await sendSignedRequest(actorInbox, <AP.Activity> item);
|
||||
sendingIds.add(item.id)
|
||||
console.log(`added to sendingIds: ${item.id}`)
|
||||
console.log(`Send result: ${actorInbox}`, response.status, response.statusText, await response.text());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue