forked from indymedia/epicyon
Only applies to create
parent
fb900cae55
commit
ca258d3351
5
posts.py
5
posts.py
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue