]> Untitled Git - lemmy.git/blobdiff - crates/api/src/local_user.rs
Add show_new_posts_notifs setting. Fixes #1664 (#1665)
[lemmy.git] / crates / api / src / local_user.rs
index 47d87d3f617d558cffd32ccbd49ab2d2d0410f55..4b48a00835091d2fb85c549a185897595758f8ac 100644 (file)
@@ -241,6 +241,7 @@ impl Perform for SaveUserSettings {
       lang: data.lang.to_owned(),
       show_avatars: data.show_avatars,
       show_read_posts: data.show_read_posts,
+      show_new_post_notifs: data.show_new_post_notifs,
       send_notifications_to_email: data.send_notifications_to_email,
     };