mirror of https://gitlab.com/bashrc2/epicyon
Ensure that bookmarks are obtainable from cache
parent
f12f659fe2
commit
b2fdb2b5f9
|
@ -3449,7 +3449,10 @@ def individualPostAsHtml(recentPostsCache: {}, maxRecentPosts: int,
|
|||
if pageNumber:
|
||||
pageNumberParam = '?page=' + str(pageNumber)
|
||||
|
||||
if not showPublicOnly and storeToCache and boxName != 'tlmedia':
|
||||
if (not showPublicOnly and
|
||||
(storeToCache or boxName == 'bookmarks' or
|
||||
boxName == 'tlbookmarks') and
|
||||
boxName != 'tlmedia'):
|
||||
# update avatar if needed
|
||||
if not avatarUrl:
|
||||
avatarUrl = \
|
||||
|
|
Loading…
Reference in New Issue