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