mirror of https://gitlab.com/bashrc2/epicyon
Create bookmark posts
parent
4826f234cc
commit
7fd3b86b98
|
@ -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('/', '-')
|
||||
|
|
Loading…
Reference in New Issue