mirror of https://gitlab.com/bashrc2/epicyon
Different domain
parent
16939a062d
commit
2d90c8945c
2
inbox.py
2
inbox.py
|
@ -585,7 +585,7 @@ def personReceiveUpdate(baseDir: str, \
|
|||
if updatePort:
|
||||
if updatePort!=80 and updatePort!=443:
|
||||
updateDomainFull=updateDomain+':'+str(updatePort)
|
||||
actor=updateDomainFull+'/users/'+updateNickname
|
||||
actor=domainFull+'/users/'+updateNickname
|
||||
if actor not in personJson['id']:
|
||||
if debug:
|
||||
print('actor: '+actor)
|
||||
|
|
Loading…
Reference in New Issue