mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 04:21:44 +00:00
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…
x
Reference in New Issue
Block a user