mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-12 00:27:42 +00:00
Reverted some code after cleanup (#21892)
This commit is contained in:
parent
fad5119ceb
commit
b88bbda3c5
@ -7,6 +7,7 @@
|
||||
legacy.status-im.chat.models.loading
|
||||
legacy.status-im.data-store.chats
|
||||
legacy.status-im.data-store.visibility-status-updates
|
||||
legacy.status-im.ens.core
|
||||
legacy.status-im.fleet.core
|
||||
legacy.status-im.group-chats.core
|
||||
legacy.status-im.log-level.core
|
||||
|
@ -100,12 +100,24 @@
|
||||
(fn [{:keys [public-key]}]
|
||||
public-key))
|
||||
|
||||
(re-frame/reg-sub
|
||||
:profile/light-client-enabled?
|
||||
:<- [:profile/profile]
|
||||
(fn [profile]
|
||||
(get-in profile [:wakuv2-config :LightClient])))
|
||||
|
||||
(re-frame/reg-sub
|
||||
:profile/store-confirmations-enabled?
|
||||
:<- [:profile/profile]
|
||||
(fn [profile]
|
||||
(get-in profile [:wakuv2-config :EnableStoreConfirmationForMessagesSent])))
|
||||
|
||||
(re-frame/reg-sub
|
||||
:profile/peer-syncing-enabled?
|
||||
:<- [:profile/profile]
|
||||
(fn [profile]
|
||||
(:peer-syncing-enabled? profile)))
|
||||
|
||||
(re-frame/reg-sub
|
||||
:profile/telemetry-enabled?
|
||||
:<- [:profile/profile]
|
||||
|
Loading…
x
Reference in New Issue
Block a user