chore: set missing message verification and confirmation for message sent enabled by default (#15774) (#15897)
Co-authored-by: richΛrd <info@richardramos.me>
This commit is contained in:
parent
63cf416c98
commit
8e7465b7b6
|
@ -21,6 +21,8 @@ type
|
|||
|
||||
wakuV2Nameserver*: Option[string]
|
||||
wakuV2LightClient*: bool
|
||||
wakuV2EnableStoreConfirmationForMessagesSent*: bool
|
||||
wakuV2EnableMissingMessageVerification*: bool
|
||||
|
||||
logLevel*: Option[string]
|
||||
logFilePath*: string
|
||||
|
|
|
@ -233,6 +233,8 @@ QtObject:
|
|||
emoji: self.defaultWalletEmoji,
|
||||
logLevel: some(toStatusGoSupportedLogLevel(main_constants.LOG_LEVEL)),
|
||||
wakuV2LightClient: false,
|
||||
wakuV2EnableMissingMessageVerification: true,
|
||||
wakuV2EnableStoreConfirmationForMessagesSent: true,
|
||||
previewPrivacy: true,
|
||||
torrentConfigEnabled: some(false),
|
||||
torrentConfigPort: some(TORRENT_CONFIG_PORT),
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 9570cd2a270e2f690ac6466ff9417d8a24f24c91
|
||||
Subproject commit 003058915e1a613160e7ee1f976185823a9cd465
|
Loading…
Reference in New Issue