X-Git-Url: http://these/git/?a=blobdiff_plain;ds=sidebyside;f=crates%2Fapi%2Fsrc%2Fcomment%2Flike.rs;h=af013f2831a60c1e7c843b8c4cafe773057176c8;hb=2bb24c2859a604f75ca5461b215e39e106614cc9;hp=13122b4be0823d943e9dbcf981f321906131c032;hpb=da031a4ce2f556deae1b3dd1a542db97b3c01d0e;p=lemmy.git diff --git a/crates/api/src/comment/like.rs b/crates/api/src/comment/like.rs index 13122b4b..af013f28 100644 --- a/crates/api/src/comment/like.rs +++ b/crates/api/src/comment/like.rs @@ -89,7 +89,6 @@ pub async fn like_comment( context.deref(), comment_id, Some(local_user_view), - None, recipient_ids, ) .await?,