]> Untitled Git - lemmy.git/blobdiff - crates/api_common/src/person.rs
Add infinite scroll user option (#3572)
[lemmy.git] / crates / api_common / src / person.rs
index 824d132a562029bdd81ec7161ccf0539666637ce..031bc6c7e88cba34f6ceb1b07cab686857ce0466 100644 (file)
@@ -133,6 +133,8 @@ pub struct SaveUserSettings {
   pub auth: Sensitive<String>,
   /// Open links in a new tab
   pub open_links_in_new_tab: Option<bool>,
+  /// Enable infinite scroll
+  pub infinite_scroll_enabled: Option<bool>,
 }
 
 #[derive(Debug, Serialize, Deserialize, Clone, Default)]