mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +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]
|
wakuV2Nameserver*: Option[string]
|
||||||
wakuV2LightClient*: bool
|
wakuV2LightClient*: bool
|
||||||
|
wakuV2EnableStoreConfirmationForMessagesSent*: bool
|
||||||
|
wakuV2EnableMissingMessageVerification*: bool
|
||||||
|
|
||||||
logLevel*: Option[string]
|
logLevel*: Option[string]
|
||||||
logFilePath*: string
|
logFilePath*: string
|
||||||
|
@ -233,6 +233,8 @@ QtObject:
|
|||||||
emoji: self.defaultWalletEmoji,
|
emoji: self.defaultWalletEmoji,
|
||||||
logLevel: some(toStatusGoSupportedLogLevel(main_constants.LOG_LEVEL)),
|
logLevel: some(toStatusGoSupportedLogLevel(main_constants.LOG_LEVEL)),
|
||||||
wakuV2LightClient: false,
|
wakuV2LightClient: false,
|
||||||
|
wakuV2EnableMissingMessageVerification: true,
|
||||||
|
wakuV2EnableStoreConfirmationForMessagesSent: true,
|
||||||
previewPrivacy: true,
|
previewPrivacy: true,
|
||||||
torrentConfigEnabled: some(false),
|
torrentConfigEnabled: some(false),
|
||||||
torrentConfigPort: some(TORRENT_CONFIG_PORT),
|
torrentConfigPort: some(TORRENT_CONFIG_PORT),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user