diff --git a/posts.py b/posts.py index 9701c4e2f..8a651b430 100644 --- a/posts.py +++ b/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)