forked from indymedia/epicyon
News mirror path
parent
b9fc4bbf6e
commit
3e08f63cdb
|
@ -491,7 +491,7 @@ def convertRSStoActivityPub(baseDir: str, httpPrefix: str,
|
|||
mirrored = item[7]
|
||||
postUrl = url
|
||||
if mirrored and '://' in url:
|
||||
postUrl = '/newsmirror/' + url.split('://')[1]
|
||||
postUrl = '/newsmirror/' + statusNumber + '/' + url.split('://')[1]
|
||||
|
||||
# add the off-site link to the description
|
||||
if rssDescription and not dangerousMarkup(rssDescription):
|
||||
|
|
Loading…
Reference in New Issue