We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1e1be commit 5efd8b4Copy full SHA for 5efd8b4
index.js
@@ -26,6 +26,8 @@ function Connect (keyPair, whitelist, hubs, opts) {
26
27
this.opts = opts.opts || {}
28
this.opts.keyPair = this.keyPair
29
+ this.opts.issuedInvites = opts.issuedInvites || []
30
+ this.opts.receivedInvites = opts.receivedInvites || {}
31
this.opts.namespace = opts.namespace || 'peermusic'
32
this.opts.whitelist = whitelist || []
33
0 commit comments