2023-10-06 01:02:14 +03:00
|
|
|
def community_follow(follower_id, slug):
|
2023-10-06 00:42:34 +03:00
|
|
|
# TODO: implement when needed
|
|
|
|
return None
|
|
|
|
|
|
|
|
|
2023-10-06 01:02:14 +03:00
|
|
|
def community_unfollow(follower_id, slug):
|
2023-10-06 00:42:34 +03:00
|
|
|
# TODO: implement
|
|
|
|
return None
|