mirror of https://gitlab.com/bashrc2/epicyon
Getting posts
parent
1272ab1867
commit
9cd3747dd8
4
posts.py
4
posts.py
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue