diff --git a/www/common/outer/mailbox.js b/www/common/outer/mailbox.js index b6d02f6d9..a7d936d25 100644 --- a/www/common/outer/mailbox.js +++ b/www/common/outer/mailbox.js @@ -281,7 +281,7 @@ proxy.mailboxes = { channel: m.channel, noChainPad: true, crypto: crypto, - owners: opts.owners || [ctx.store.proxy.edPublic], + owners: type === 'broadcast' ? [] : (opts.owners || [ctx.store.proxy.edPublic]), lastKnownHash: m.lastKnownHash }; cfg.onConnectionChange = function () {}; // Allow reconnections in chainpad-netflux