mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 17:14:52 +09:00
Fix error message for HTTP inbox forwarding
This commit is contained in:
parent
04fc94cedb
commit
7dc0ba2bf1
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ deliverRemoteHTTP now shrRecip prjRecip body sig fetched = do
|
|||
in forwardActivity (ObjURI h inbox) sig sender body
|
||||
traverse_ (fork . deliverFetched deliver now) fetched
|
||||
where
|
||||
fork = forkWorker "Project inbox handler: delivery failed"
|
||||
fork = forkWorker "Inbox forwarding to remote members of local collections: delivery failed"
|
||||
deliverFetched deliver now ((_, h), recips@(r :| rs)) = do
|
||||
let (raid, _luActor, luInbox, fwid) = r
|
||||
e <- deliver h luInbox
|
||||
|
|
Loading…
Reference in a new issue