X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fdb_schema%2Fsrc%2Ftraits.rs;h=2055ab644b1fd1eab4c62cd9dfebae5a3c9a8d44;hb=d20d2b9218235b46c6076554184052269c510ba3;hp=75cfcd50693f35f164daf69903c5549c0a7bab3f;hpb=4ddca46228cdbdfccfdc59b3295519a6da2d74fa;p=lemmy.git diff --git a/crates/db_schema/src/traits.rs b/crates/db_schema/src/traits.rs index 75cfcd50..2055ab64 100644 --- a/crates/db_schema/src/traits.rs +++ b/crates/db_schema/src/traits.rs @@ -44,7 +44,6 @@ pub trait Followable { async fn unfollow(pool: &DbPool, form: &Self::Form) -> Result where Self: Sized; - async fn has_local_followers(pool: &DbPool, community_id: CommunityId) -> Result; } #[async_trait]