no-sigil-here
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user