chore: set missing message verification and confirmation for message sent enabled by default (#15774)
This commit is contained in:
parent
354f2e4359
commit
f777f0739e
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue