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:
Jonathan Rainville 2024-07-30 17:26:51 -04:00 committed by GitHub
parent 63cf416c98
commit 8e7465b7b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 1 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),

2
vendor/status-go vendored

@ -1 +1 @@
Subproject commit 9570cd2a270e2f690ac6466ff9417d8a24f24c91
Subproject commit 003058915e1a613160e7ee1f976185823a9cd465