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'):
|
||||
httpPrefix = 'http'
|
||||
|
||||
# sharedInbox = False
|
||||
if toNickname == 'inbox':
|
||||
# shared inbox actor on @domain@domain
|
||||
toNickname = toDomain
|
||||
# sharedInbox = True
|
||||
|
||||
toDomain = getFullDomain(toDomain, toPort)
|
||||
|
||||
|
|
Loading…
Reference in New Issue