Removing show_new_post_notifs. (#4158)

report_count
Dessalines 6 months ago committed by GitHub
parent 9a94a86363
commit e2bf2ce530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save