mirror of https://gitlab.com/bashrc2/epicyon
Show announces
parent
d34e2d256f
commit
ddeb492ac8
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue