mirror of https://gitlab.com/bashrc2/epicyon
Shared inbox path
parent
9cd87d13d8
commit
00d42a5b34
2
posts.py
2
posts.py
|
@ -1177,7 +1177,7 @@ def sendSignedJson(postJsonObject: {},session,baseDir: str, \
|
||||||
if toNickname!='inbox':
|
if toNickname!='inbox':
|
||||||
handle=httpPrefix+'://'+toDomain+'/@'+toNickname
|
handle=httpPrefix+'://'+toDomain+'/@'+toNickname
|
||||||
else:
|
else:
|
||||||
handle=httpPrefix+'://'+toDomain+'/users/'+toNickname
|
handle=httpPrefix+'://'+toDomain+'/'+toNickname
|
||||||
|
|
||||||
if debug:
|
if debug:
|
||||||
print('DEBUG: handle - '+handle+' toPort '+str(toPort))
|
print('DEBUG: handle - '+handle+' toPort '+str(toPort))
|
||||||
|
|
Loading…
Reference in New Issue