Removing show_new_post_notifs. (#4158)

This commit is contained in:
Dessalines 2023-11-15 04:20:01 -05:00 committed by GitHub
parent 9a94a86363
commit e2bf2ce530
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,9 +115,6 @@ pub struct SaveUserSettings {
pub show_bot_accounts: Option<bool>,
/// Whether to show read posts.
pub show_read_posts: Option<bool>,
/// Whether to show notifications for new posts.
// TODO notifs need to be reworked.
pub show_new_post_notifs: Option<bool>,
/// A list of languages you are able to see discussion in.
pub discussion_languages: Option<Vec<LanguageId>>,
/// Open links in a new tab