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