mirror of
https://github.com/vacp2p/waku-web-chat.git
synced 2026-01-09 15:08:09 -05:00
Set pubsub options with sign/strictsign off
This commit is contained in:
@@ -43,6 +43,12 @@ const createLibp2p = async (peerId) => {
|
||||
randomWalk: {
|
||||
enabled: true
|
||||
}
|
||||
},
|
||||
pubsub: {
|
||||
enabled: true,
|
||||
emitSelf: true,
|
||||
signMessages: false,
|
||||
strictSigning: false
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
@@ -58,6 +58,12 @@ const multiaddr = require('multiaddr')
|
||||
randomWalk: {
|
||||
enabled: true
|
||||
}
|
||||
},
|
||||
pubsub: {
|
||||
enabled: true,
|
||||
emitSelf: true,
|
||||
signMessages: false,
|
||||
strictSigning: false
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user