From 946f78a90b6bb0c7f19be7c2e477333a0f2bf2e7 Mon Sep 17 00:00:00 2001 From: trisua Date: Mon, 19 May 2025 19:56:34 -0400 Subject: [PATCH] fix: don't send quote notification if quoter is private --- crates/core/src/database/posts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core/src/database/posts.rs b/crates/core/src/database/posts.rs index 03a76b2..6dbf96b 100644 --- a/crates/core/src/database/posts.rs +++ b/crates/core/src/database/posts.rs @@ -1318,7 +1318,7 @@ impl DataManager { // send notification // this would look better if rustfmt didn't give up on this line - if owner.id != rt.owner { + if owner.id != rt.owner && !owner.settings.private_profile { self.create_notification( Notification::new( format!(