chore: set missing message verification and confirmation for message sent enabled by default (#15774)

This commit is contained in:
richΛrd 2024-07-29 09:56:09 -04:00 committed by GitHub
parent 354f2e4359
commit f777f0739e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,8 @@ type
wakuV2Nameserver*: Option[string]
wakuV2LightClient*: bool
wakuV2EnableStoreConfirmationForMessagesSent*: bool
wakuV2EnableMissingMessageVerification*: bool
logLevel*: Option[string]
logFilePath*: string

View File

@ -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),