mirror of https://gitlab.com/bashrc2/epicyon
Missing cw defaults to false
parent
df22961f26
commit
bbb544f373
|
@ -2045,9 +2045,9 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \
|
||||||
footerStr+='</div>'
|
footerStr+='</div>'
|
||||||
|
|
||||||
if not postJsonObject['object'].get('sensitive'):
|
if not postJsonObject['object'].get('sensitive'):
|
||||||
postJsonObject['object']['sensitive']=True
|
postJsonObject['object']['sensitive']=False
|
||||||
if not postJsonObject['object'].get('summary'):
|
if not postJsonObject['object'].get('summary'):
|
||||||
postJsonObject['object']['summary']='sensitive'
|
postJsonObject['object']['summary']=''
|
||||||
|
|
||||||
if not postJsonObject['object']['sensitive']:
|
if not postJsonObject['object']['sensitive']:
|
||||||
contentStr=postJsonObject['object']['content']+attachmentStr
|
contentStr=postJsonObject['object']['content']+attachmentStr
|
||||||
|
|
Loading…
Reference in New Issue