forked from indymedia/epicyon
debug
parent
8abcf9486d
commit
756bfde261
|
@ -3224,6 +3224,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
|
||||||
if '://'+domain in messageId:
|
if '://'+domain in messageId:
|
||||||
publishedLink=messageId.replace('/statuses/','/')
|
publishedLink=messageId.replace('/statuses/','/')
|
||||||
|
|
||||||
|
print('Test publishedLink '+publishedLink)
|
||||||
footerStr='<a href="'+publishedLink+'" class="'+timeClass+'">'+publishedStr+'</a>\n'
|
footerStr='<a href="'+publishedLink+'" class="'+timeClass+'">'+publishedStr+'</a>\n'
|
||||||
|
|
||||||
# change the background color for DMs in inbox timeline
|
# change the background color for DMs in inbox timeline
|
||||||
|
|
Loading…
Reference in New Issue