Create public post rather than blog post

main
Bob Mottram 2020-10-07 22:10:34 +01:00
parent 007dc311be
commit d1e9f113e3
1 changed files with 9 additions and 8 deletions

View File

@ -94,14 +94,15 @@ def convertRSStoActivityPub(baseDir: str, httpPrefix: str,
followersOnly = False followersOnly = False
useBlurhash = False useBlurhash = False
blog = createBlogPost(baseDir, commentsEnabled = False
'news', domain, port, httpPrefix, blog = createPublicPost(baseDir,
rssDescription, followersOnly, False, 'news', domain, port, httpPrefix,
False, rssDescription, followersOnly, False,
None, None, None, useBlurhash, False, commentsEnabled,
None, None, rssTitle, None, None, None, useBlurhash,
False, None, None, rssTitle,
None, None, None) False,
None, None, None)
if not blog: if not blog:
continue continue