diff --git a/posts.py b/posts.py index 7dcaec43..2a4c6e6c 100644 --- a/posts.py +++ b/posts.py @@ -1177,7 +1177,7 @@ def sendSignedJson(postJsonObject: {},session,baseDir: str, \ if toNickname!='inbox': handle=httpPrefix+'://'+toDomain+'/@'+toNickname else: - handle=httpPrefix+'://'+toDomain+'/users/'+toNickname + handle=httpPrefix+'://'+toDomain+'/'+toNickname if debug: print('DEBUG: handle - '+handle+' toPort '+str(toPort))