Skip to content

Commit

Permalink
quick fix: Isolation mode feature flag name udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed Oct 4, 2024
1 parent 9615978 commit 5fd54c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ enum class FeatureFlags(
),
OnlySignedDeviceIsolationMode(
key = "feature.onlySignedDeviceIsolationMode",
title = "Exclude not secure devices when sending/receiving messages",
title = "Exclude insecure devices when sending/receiving messages",
description = "This setting controls how end-to-end encryption (E2E) keys are shared." +
" Enabling it will prevent the inclusion of devices that have not been explicitly verified by their owners." +
" You'll have to stop and re-open the app manually for that setting to take effect.",
Expand Down

0 comments on commit 5fd54c1

Please sign in to comment.