]> Untitled Git - lemmy.git/blobdiff - crates/api_common/src/build_response.rs
Remove SendActivity and Perform traits, rely on channel (#3596)
[lemmy.git] / crates / api_common / src / build_response.rs
index acb7355bdea64c81c78f7c4a161dca42dd810bc7..a61da7f0b7627a2ce3fcc6b5e547aae78d2cc9f9 100644 (file)
@@ -64,7 +64,7 @@ pub async fn build_community_response(
 }
 
 pub async fn build_post_response(
-  context: &Data<LemmyContext>,
+  context: &LemmyContext,
   community_id: CommunityId,
   person_id: PersonId,
   post_id: PostId,