mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
Removing show_new_post_notifs. (#4158)
This commit is contained in:
parent
9a94a86363
commit
e2bf2ce530
1 changed files with 0 additions and 3 deletions
|
@ -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…
Reference in a new issue