Pass onion domain to inbox queue

merge-requests/6/head
Bob Mottram 2020-03-02 12:44:41 +00:00
parent b366b9f80f
commit 4b46b1f7f5
2 changed files with 4 additions and 2 deletions

View File

@ -6149,7 +6149,8 @@ def runDaemon(blogsInstance: bool,mediaInstance: bool, \
baseDir,httpPrefix,httpd.sendThreads, \
httpd.postLog,httpd.cachedWebfingers, \
httpd.personCache,httpd.inboxQueue, \
domain,port,useTor,httpd.federationList, \
domain,onionDomain,port,useTor, \
httpd.federationList, \
httpd.ocapAlways,maxReplies, \
domainMaxPostsPerDay,accountMaxPostsPerDay, \
allowDeletion,debug,maxMentions,maxEmoji, \

View File

@ -2001,7 +2001,8 @@ def runInboxQueue(recentPostsCache: {},maxRecentPosts: int, \
projectVersion: str, \
baseDir: str,httpPrefix: str,sendThreads: [],postLog: [], \
cachedWebfingers: {},personCache: {},queue: [], \
domain: str,port: int,useTor: bool,federationList: [], \
domain: str,onionDomain: str,port: int,useTor: bool, \
federationList: [], \
ocapAlways: bool,maxReplies: int, \
domainMaxPostsPerDay: int,accountMaxPostsPerDay: int, \
allowDeletion: bool,debug: bool,maxMentions: int, \