forked from indymedia/epicyon
Reverse logic
parent
64a98b8785
commit
b1e6df06a2
|
@ -421,7 +421,7 @@ def receiveFollowRequest(session,baseDir: str,httpPrefix: str, \
|
||||||
baseDir+'/accounts/'+handleToFollow)
|
baseDir+'/accounts/'+handleToFollow)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
if not isFollowerOfPerson(baseDir, \
|
if isFollowerOfPerson(baseDir, \
|
||||||
nicknameToFollow,domainToFollowFull, \
|
nicknameToFollow,domainToFollowFull, \
|
||||||
nickname,domainFull):
|
nickname,domainFull):
|
||||||
if debug:
|
if debug:
|
||||||
|
|
Loading…
Reference in New Issue