Show announces

merge-requests/30/head
Bob Mottram 2021-09-04 18:26:05 +01:00
parent d34e2d256f
commit ddeb492ac8
1 changed files with 1 additions and 1 deletions

View File

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