mirror of
https://github.com/LemmyNet/lemmy
synced 2024-10-30 15:21:20 +00:00
Merge branch 'main' into arm-docker-image
This commit is contained in:
commit
8d8adb10a2
@ -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 New Issue
Block a user