merge-requests/30/head
Bob Mottram 2021-07-29 20:12:53 +01:00
parent 9deebab1a9
commit 4422c69d7f
1 changed files with 0 additions and 2 deletions

View File

@ -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)