]> Untitled Git - lemmy.git/blobdiff - crates/db_queries/src/source/local_user.rs
Add show_new_posts_notifs setting. Fixes #1664 (#1665)
[lemmy.git] / crates / db_queries / src / source / local_user.rs
index abfc4e0be87abcf763303aa6ec2fabfdbee3d83a..b711c82aa03638c9fc678722279ad076b4fcca71 100644 (file)
@@ -27,6 +27,7 @@ mod safe_settings_type {
     show_bot_accounts,
     show_scores,
     show_read_posts,
+    show_new_post_notifs,
   );
 
   impl ToSafeSettings for LocalUser {
@@ -49,6 +50,7 @@ mod safe_settings_type {
         show_bot_accounts,
         show_scores,
         show_read_posts,
+        show_new_post_notifs,
       )
     }
   }