diff --git a/newsdaemon.py b/newsdaemon.py index 53d47369c..0e27bb4c1 100644 --- a/newsdaemon.py +++ b/newsdaemon.py @@ -663,9 +663,11 @@ def convertRSStoActivityPub(baseDir: str, httpPrefix: str, if os.path.isfile(filename + '.arrived'): os.remove(filename + '.arrived') - # set the url + # setting the url here links to the activitypub object + # stored locally # newswire[originalDateStr][1] = \ # '/users/news/statuses/' + statusNumber + # set the filename newswire[originalDateStr][3] = filename