mirror of https://gitlab.com/bashrc2/epicyon
Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon
commit
130571f1f4
|
|
@ -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