Only applies to create

main2
Bob Mottram 2019-09-28 14:22:18 +01:00
parent fb900cae55
commit ca258d3351
1 changed files with 3 additions and 2 deletions

View File

@ -1888,8 +1888,9 @@ def createBoxBase(baseDir: str,boxname: str, \
if boxActor not in postStr:
isPost=False
elif boxname=='tlmedia':
if 'mediaType' not in postStr or 'image/' not in postStr:
isPost=False
if '"Create"' in postStr:
if 'mediaType' not in postStr or 'image/' not in postStr:
isPost=False
if isPost:
isTimelinePost=False