From ddeb492ac848128dc2b1815528a8ee82a4483e85 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 4 Sep 2021 18:26:05 +0100 Subject: [PATCH] Show announces --- webapp_post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_post.py b/webapp_post.py index 6c5ea8bad..d2c88f5af 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -1243,7 +1243,7 @@ def individualPostAsHtml(signingPrivateKeyPem: str, signingPrivateKeyPem) if postHtml: return postHtml - if useCacheOnly: + if useCacheOnly and postJsonObject['type'] != 'Announce': return '' _logPostTiming(enableTimingLog, postStartTime, '4')