Create public post rather than blog post

merge-requests/30/head
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,10 +94,11 @@ def convertRSStoActivityPub(baseDir: str, httpPrefix: str,
followersOnly = False followersOnly = False
useBlurhash = False useBlurhash = False
blog = createBlogPost(baseDir, commentsEnabled = False
blog = createPublicPost(baseDir,
'news', domain, port, httpPrefix, 'news', domain, port, httpPrefix,
rssDescription, followersOnly, False, rssDescription, followersOnly, False,
False, False, commentsEnabled,
None, None, None, useBlurhash, None, None, None, useBlurhash,
None, None, rssTitle, None, None, rssTitle,
False, False,