Reverse logic

master
Bob Mottram 2019-08-31 16:46:38 +01:00
parent 64a98b8785
commit b1e6df06a2
1 changed files with 3 additions and 3 deletions

View File

@ -421,7 +421,7 @@ def receiveFollowRequest(session,baseDir: str,httpPrefix: str, \
baseDir+'/accounts/'+handleToFollow)
return True
if not isFollowerOfPerson(baseDir, \
if isFollowerOfPerson(baseDir, \
nicknameToFollow,domainToFollowFull, \
nickname,domainFull):
if debug: