mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
9deebab1a9
commit
4422c69d7f
2
posts.py
2
posts.py
|
@ -2225,11 +2225,9 @@ def sendSignedJson(postJsonObject: {}, session, baseDir: str,
|
||||||
if toDomain.endswith('.onion') or toDomain.endswith('.i2p'):
|
if toDomain.endswith('.onion') or toDomain.endswith('.i2p'):
|
||||||
httpPrefix = 'http'
|
httpPrefix = 'http'
|
||||||
|
|
||||||
# sharedInbox = False
|
|
||||||
if toNickname == 'inbox':
|
if toNickname == 'inbox':
|
||||||
# shared inbox actor on @domain@domain
|
# shared inbox actor on @domain@domain
|
||||||
toNickname = toDomain
|
toNickname = toDomain
|
||||||
# sharedInbox = True
|
|
||||||
|
|
||||||
toDomain = getFullDomain(toDomain, toPort)
|
toDomain = getFullDomain(toDomain, toPort)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue