Shared inbox path

master
Bob Mottram 2019-08-22 21:04:59 +01:00
parent 9cd87d13d8
commit 00d42a5b34
1 changed files with 1 additions and 1 deletions

View File

@ -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))