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('/', '-')