core/resolvers/community.py

9 lines
158 B
Python
Raw Normal View History

2023-10-05 21:42:34 +00:00
def community_follow(id1, slug):
# TODO: implement when needed
return None
def community_unfollow(id1, slug):
# TODO: implement
return None