Function lemmy_api_common::check_community_ban[][src]

pub async fn check_community_ban(
    person_id: PersonId,
    community_id: CommunityId,
    pool: &DbPool
) -> Result<(), LemmyError>