[[ 🏗
=br6Go Vervis
]] ::
[📥 Inbox]
[📤 Outbox]
[🐤 Followers]
[🤝 Collaborators]
[🐛 Tickets]
[📖 Wiki]
[✏ Edit]
Outbox POST handling of recipients that are collections
Created on 2019-05-09 by
~fr33domlover
I tried to send a comment from code
to forge
. code
successfully fetched the project actor from forge
, but it added the other 2 recipients, which are collections, to the unfetched_remote_actor
table, and there are 2 unlinked_delivery
as well.
Option 1: In the outbox POST handler, make sure the recipients match the project-team-participants pattern, and send only to the project
Option 2: Implement the handlers for these collections, at least minimally returning empty collections, and tweak the whole actor fetching thing to fetch is the type is Collection or OrderedCollection and report that, so that we don’t try to deliver stuff there.
Status: Closed on 2019-07-06 by ~fr33domlover