]> Untitled Git - lemmy.git/blobdiff - lemmy_apub/src/inbox/shared_inbox.rs
Merge branch 'main' into move_views_to_diesel
[lemmy.git] / lemmy_apub / src / inbox / shared_inbox.rs
index 826038bf09ccbd37ee5f406dd1c0acb20acd225c..0108622957136f711b9854d6c8f6f80a5f2bea23 100644 (file)
@@ -66,7 +66,7 @@ pub async fn shared_inbox(
 
   let activity_any_base = activity.clone().into_any_base()?;
   let mut res: Option<HttpResponse> = None;
-  let to_and_cc = get_activity_to_and_cc(&activity)?;
+  let to_and_cc = get_activity_to_and_cc(&activity);
   // Handle community first, so in case the sender is banned by the community, it will error out.
   // If we handled the user receive first, the activity would be inserted to the database before the
   // community could check for bans.