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')