core/resolvers/community.py
2023-10-06 01:02:14 +03:00

9 lines
174 B
Python

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