mirror of https://gitlab.com/bashrc2/epicyon
Set content without parsing
parent
456b4202b1
commit
ee76750305
|
@ -578,6 +578,8 @@ def convertRSStoActivityPub(baseDir: str, httpPrefix: str,
|
||||||
blog['object']['url'] = \
|
blog['object']['url'] = \
|
||||||
httpPrefix + '://' + domain + '/@news/' + statusNumber
|
httpPrefix + '://' + domain + '/@news/' + statusNumber
|
||||||
blog['object']['published'] = dateStr
|
blog['object']['published'] = dateStr
|
||||||
|
blog['object']['content'] = rssDescription
|
||||||
|
blog['object']['contentMap']['en'] = rssDescription
|
||||||
|
|
||||||
domainFull = domain
|
domainFull = domain
|
||||||
if port:
|
if port:
|
||||||
|
|
Loading…
Reference in New Issue