From 7fd3b86b98feae3a51bf1a096ad89fb9065acda1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 30 Apr 2021 16:14:40 +0100 Subject: [PATCH] Create bookmark posts --- webapp_post.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/webapp_post.py b/webapp_post.py index 4b6fdfba3..466ad63db 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -1262,11 +1262,6 @@ def individualPostAsHtml(allowDownloads: bool, avatarImageInPost = \ '
' + avatarLink + '
\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('/', '-')