forked from indymedia/epicyon
Only applies to create
parent
fb900cae55
commit
ca258d3351
1
posts.py
1
posts.py
|
@ -1888,6 +1888,7 @@ def createBoxBase(baseDir: str,boxname: str, \
|
||||||
if boxActor not in postStr:
|
if boxActor not in postStr:
|
||||||
isPost=False
|
isPost=False
|
||||||
elif boxname=='tlmedia':
|
elif boxname=='tlmedia':
|
||||||
|
if '"Create"' in postStr:
|
||||||
if 'mediaType' not in postStr or 'image/' not in postStr:
|
if 'mediaType' not in postStr or 'image/' not in postStr:
|
||||||
isPost=False
|
isPost=False
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue