about summary refs log tree commit diff
path: root/src/screens/Settings/NotificationSettings/components
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-06-18 19:24:55 +0300
committerGitHub <noreply@github.com>2025-06-18 09:24:55 -0700
commit3304cd04249a2c39fa628b0339d6770bd26f8392 (patch)
tree0ea8400f5f06af6bac8b969a7ed71f5821181062 /src/screens/Settings/NotificationSettings/components
parent32ba17a4f1dab9c6f4120a12ed8baa7fc7d01779 (diff)
downloadvoidsky-3304cd04249a2c39fa628b0339d6770bd26f8392.tar.zst
notif settings lexicon change (#8518)
Diffstat (limited to 'src/screens/Settings/NotificationSettings/components')
-rw-r--r--src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx b/src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx
index 3177bcade..8d80e4ed3 100644
--- a/src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx
+++ b/src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx
@@ -85,7 +85,7 @@ export function Inner({
 
     const newPreference = {
       ...preference,
-      filter: change,
+      include: change,
     } satisfies typeof preference
 
     mutate({
@@ -138,7 +138,7 @@ export function Inner({
           )}
         </View>
       </Toggle.Group>
-      {'filter' in preference && (
+      {'include' in preference && (
         <>
           <Divider />
           <Text style={[a.font_bold, a.text_md]}>
@@ -147,7 +147,7 @@ export function Inner({
           <Toggle.Group
             type="radio"
             label={_(msg`Filter who you receive notifications from`)}
-            values={[preference.filter]}
+            values={[preference.include]}
             onChange={onChangeFilter}
             disabled={channels.length === 0}>
             <View style={[a.gap_sm]}>