Create bookmark posts

main
Bob Mottram 2021-04-30 16:14:40 +01:00
parent 4826f234cc
commit 7fd3b86b98
1 changed files with 0 additions and 5 deletions

View File

@ -1262,11 +1262,6 @@ def individualPostAsHtml(allowDownloads: bool,
avatarImageInPost = \
' <div class="timeline-avatar">' + avatarLink + '</div>\n'
# don't create new html within the bookmarks timeline
# it should already have been created for the inbox
if boxName == 'tlbookmarks' or boxName == 'bookmarks':
return ''
timelinePostBookmark = removeIdEnding(postJsonObject['id'])
timelinePostBookmark = timelinePostBookmark.replace('://', '-')
timelinePostBookmark = timelinePostBookmark.replace('/', '-')