main
Bob Mottram 2020-03-02 19:31:41 +00:00
parent 3fe3dd06a9
commit 91c7d7b226
1 changed files with 1 additions and 1 deletions

View File

@ -1898,7 +1898,7 @@ def sendToFollowers(session,baseDir: str, \
fromDomain=domain fromDomain=domain
fromHttpPrefix=httpPrefix fromHttpPrefix=httpPrefix
if onionDomain: if onionDomain:
if toDomain.endswidth('.onion'): if toDomain.endswith('.onion'):
fromDomain=onionDomain fromDomain=onionDomain
fromHttpPrefix='http' fromHttpPrefix='http'