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