From e760cb8f4fbbbf6f6ecaf637ce79dda1cab5e299 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 6 Jul 2019 14:52:26 +0100 Subject: [PATCH] Test for follow request --- follow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/follow.py b/follow.py index 4d58c5d3..a3064a7e 100644 --- a/follow.py +++ b/follow.py @@ -279,7 +279,7 @@ def receiveFollowRequest(session,baseDir: str,httpPrefix: str,port: int,sendThre return False # send accept back if debug: - print('DEBUG: sending Accept from '+nickname+'@'+domain+' for follow request') + print('DEBUG: sending Accept for follow request from '+nickname+'@'+domain+' back to '+nicknameToFollow+'@'+domainToFollow) personUrl=messageJson['actor'] acceptJson=createAccept(baseDir,federationList,capsList,nickname,domain,port, \ personUrl,'',httpPrefix,messageJson['object'])