AudioCollection

Just to let you know that we are working on AudioCollection for Funkwhale. A custom ActivityStream collection for [Audio](Activity Vocabulary) objects to send bulk updates (more efficient than sending on activity per audio object in a AS collection)

1 Like

For bulk updates, consider FEP-0499 Add activity with an array of activities as its object:

This is more likely to be supported by other implementations than a custom collection.

2 Likes

Thanks ! this might be usefull for other cases. In Funkwhale we tend to use the service actor to receive and create objects since we don’t have things like private messages or mentions. The remote server handle the delivery for each local recipient base on follow statuses.

1 Like