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) signingPrivateKeyPem)
if postHtml: if postHtml:
return postHtml return postHtml
if useCacheOnly: if useCacheOnly and postJsonObject['type'] != 'Announce':
return '' return ''
_logPostTiming(enableTimingLog, postStartTime, '4') _logPostTiming(enableTimingLog, postStartTime, '4')