diff --git a/src/app_service/service/accounts/dto/create_account_request.nim b/src/app_service/service/accounts/dto/create_account_request.nim index 918223f1e5..3d98e12d01 100644 --- a/src/app_service/service/accounts/dto/create_account_request.nim +++ b/src/app_service/service/accounts/dto/create_account_request.nim @@ -21,6 +21,8 @@ type wakuV2Nameserver*: Option[string] wakuV2LightClient*: bool + wakuV2EnableStoreConfirmationForMessagesSent*: bool + wakuV2EnableMissingMessageVerification*: bool logLevel*: Option[string] logFilePath*: string diff --git a/src/app_service/service/accounts/service.nim b/src/app_service/service/accounts/service.nim index 22e95b1c70..b741d68286 100644 --- a/src/app_service/service/accounts/service.nim +++ b/src/app_service/service/accounts/service.nim @@ -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), diff --git a/vendor/status-go b/vendor/status-go index 9570cd2a27..003058915e 160000 --- a/vendor/status-go +++ b/vendor/status-go @@ -1 +1 @@ -Subproject commit 9570cd2a270e2f690ac6466ff9417d8a24f24c91 +Subproject commit 003058915e1a613160e7ee1f976185823a9cd465