From 2dc5bcfdd22b187b2265e753d0e536699c1ba78d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 29 Aug 2020 21:14:44 +0100 Subject: [PATCH] Storing posts --- inbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inbox.py b/inbox.py index 107865bd..f5ae165a 100644 --- a/inbox.py +++ b/inbox.py @@ -134,7 +134,7 @@ def inboxStorePostToHtmlCache(recentPostsCache: {}, maxRecentPosts: int, avatarUrl = None if boxname != 'tlevents' and boxname != 'outbox': boxName = 'inbox' - individualPostAsHtml(recentPostsCache, maxRecentPosts, + individualPostAsHtml(True, recentPostsCache, maxRecentPosts, getIconsDir(baseDir), translate, pageNumber, baseDir, session, cachedWebfingers, personCache, nickname, domain, port, postJsonObject,