Getting posts

main
Bob Mottram 2021-09-15 12:59:13 +01:00
parent 1272ab1867
commit 9cd3747dd8
1 changed files with 2 additions and 2 deletions

View File

@ -3898,7 +3898,7 @@ def getPublicPostsOfPerson(baseDir: str, nickname: str, domain: str,
wfRequest = \
webfingerHandle(session, handle, httpPrefix, cachedWebfingers,
domain, projectVersion, debug, groupAccount,
originDomain, projectVersion, debug, groupAccount,
signingPrivateKeyPem)
if not wfRequest:
if debug:
@ -3930,7 +3930,7 @@ def getPublicPostsOfPerson(baseDir: str, nickname: str, domain: str,
_getPosts(session, personUrl, 30, maxMentions, maxEmoji,
maxAttachments, federationList,
personCache, raw, simple, debug,
projectVersion, httpPrefix, originDomain, systemLanguage,
projectVersion, httpPrefix, domain, systemLanguage,
signingPrivateKeyPem)