mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 06:36:14 +00:00
Fixing ts_option.
This commit is contained in:
parent
879b8e9206
commit
a1ac93d368
|
@ -176,6 +176,7 @@ pub struct SaveUserSettings {
|
|||
#[cfg_attr(feature = "full", ts(optional))]
|
||||
pub show_upvote_percentage: Option<bool>,
|
||||
/// Whether to automatically mark fetched posts as read.
|
||||
#[cfg_attr(feature = "full", ts(optional))]
|
||||
pub auto_mark_fetched_posts_as_read: Option<bool>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue