Set content without parsing

merge-requests/8/head
Bob Mottram 2020-10-20 13:49:12 +01:00
parent 456b4202b1
commit ee76750305
1 changed files with 2 additions and 0 deletions

View File

@ -578,6 +578,8 @@ def convertRSStoActivityPub(baseDir: str, httpPrefix: str,
blog['object']['url'] = \
httpPrefix + '://' + domain + '/@news/' + statusNumber
blog['object']['published'] = dateStr
blog['object']['content'] = rssDescription
blog['object']['contentMap']['en'] = rssDescription
domainFull = domain
if port: