no-sigil-here

This commit is contained in:
2023-10-06 01:02:14 +03:00
parent 400fff4ef0
commit ffa3fbb252
3 changed files with 2 additions and 247 deletions

View File

@@ -1,8 +1,8 @@
def community_follow(id1, slug):
def community_follow(follower_id, slug):
# TODO: implement when needed
return None
def community_unfollow(id1, slug):
def community_unfollow(follower_id, slug):
# TODO: implement
return None