def community_follow(follower_id, slug): # TODO: implement when needed return None def community_unfollow(follower_id, slug): # TODO: implement return None