From e2bf2ce530c44484a89a5585cf168a627aa2028b Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 15 Nov 2023 04:20:01 -0500 Subject: [PATCH] Removing show_new_post_notifs. (#4158) --- crates/api_common/src/person.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/crates/api_common/src/person.rs b/crates/api_common/src/person.rs index ece6a0aec..145e00e7a 100644 --- a/crates/api_common/src/person.rs +++ b/crates/api_common/src/person.rs @@ -115,9 +115,6 @@ pub struct SaveUserSettings { pub show_bot_accounts: Option, /// Whether to show read posts. pub show_read_posts: Option, - /// Whether to show notifications for new posts. - // TODO notifs need to be reworked. - pub show_new_post_notifs: Option, /// A list of languages you are able to see discussion in. pub discussion_languages: Option>, /// Open links in a new tab