forked from indymedia/epicyon
debug
parent
1faa712daf
commit
554dab222c
|
@ -3217,9 +3217,11 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
|
||||||
|
|
||||||
publishedLink=messageId
|
publishedLink=messageId
|
||||||
# blog posts should have no /statuses/ in their link
|
# blog posts should have no /statuses/ in their link
|
||||||
|
print('Test isBlog '+str(postJsonObject))
|
||||||
if isBlogPost(postJsonObject):
|
if isBlogPost(postJsonObject):
|
||||||
|
print('Test messageId '+messageId)
|
||||||
# is this a post to the local domain?
|
# is this a post to the local domain?
|
||||||
if '/'+domain in messageId:
|
if '://'+domain in messageId:
|
||||||
publishedLink=messageId.replace('/statuses/','/')
|
publishedLink=messageId.replace('/statuses/','/')
|
||||||
|
|
||||||
footerStr='<a href="'+publishedLink+'" class="'+timeClass+'">'+publishedStr+'</a>\n'
|
footerStr='<a href="'+publishedLink+'" class="'+timeClass+'">'+publishedStr+'</a>\n'
|
||||||
|
|
Loading…
Reference in New Issue