This commit is contained in:
2026-07-10 16:32:07 +02:00
parent 46b8488b09
commit 12378c3649
7 changed files with 12 additions and 23 deletions

View File

@@ -242,5 +242,4 @@ impl SocialQuery for CompositeSocialAdapter {
let following = self.get_following(follower).await?;
Ok(following.iter().any(|a| a.identity == *target))
}
}