Icons on media timeline

main
Bob Mottram 2019-11-28 12:06:01 +00:00
parent 0f1ac3f0fa
commit c7e6f69435
1 changed files with 3 additions and 0 deletions

View File

@ -2254,6 +2254,9 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
galleryStr+=' <a href="'+attach['url']+'">\n'
galleryStr+=' <img loading="lazy" src="'+attach['url']+'" alt="" title="" width="600" height="400">\n'
galleryStr+=' </a>\n'
galleryStr+=' <div class="'+containerClassIcons+'">\n'
galleryStr+=' '+announceStr+likeStr+bookmarkStr+deleteStr+'\n'
galleryStr+=' </div>\n'
if postJsonObject['object'].get('url'):
imagePostUrl=postJsonObject['object']['url']
else: