async fn deliver_to_inboxes(
    activity: &Object<'_>,
    bto: Option<ObjectsOrLinks<'_>>,
    bcc: Option<ObjectsOrLinks<'_>>,
    db: &Database,
    remote: &RemoteAccessor
) -> Result<(), ActivityBrokeringError>
Expand description

Dereferences the inboxes and queues up deliveries of the given activity to them for inbox_queue.