We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f42ea commit 3d73ebdCopy full SHA for 3d73ebd
1 file changed
src/middleware/packages/sync/middlewares/objects-watcher.js
@@ -78,7 +78,7 @@ const ObjectsWatcherMiddleware = (config = {}) => {
78
transient: transientActivities,
79
'@context': 'https://www.w3.org/ns/activitystreams',
80
...activity,
81
- bto: recipients
+ bto: recipients.length > 0 ? recipients : undefined
82
},
83
{ meta: { webId: actor.id, doNotProcessObject: true } }
84
);
0 commit comments