Getting posts

merge-requests/30/head
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 = \ wfRequest = \
webfingerHandle(session, handle, httpPrefix, cachedWebfingers, webfingerHandle(session, handle, httpPrefix, cachedWebfingers,
domain, projectVersion, debug, groupAccount, originDomain, projectVersion, debug, groupAccount,
signingPrivateKeyPem) signingPrivateKeyPem)
if not wfRequest: if not wfRequest:
if debug: if debug:
@ -3930,7 +3930,7 @@ def getPublicPostsOfPerson(baseDir: str, nickname: str, domain: str,
_getPosts(session, personUrl, 30, maxMentions, maxEmoji, _getPosts(session, personUrl, 30, maxMentions, maxEmoji,
maxAttachments, federationList, maxAttachments, federationList,
personCache, raw, simple, debug, personCache, raw, simple, debug,
projectVersion, httpPrefix, originDomain, systemLanguage, projectVersion, httpPrefix, domain, systemLanguage,
signingPrivateKeyPem) signingPrivateKeyPem)