From ca258d33512d88957201ac8003bc828f776c951e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 28 Sep 2019 14:22:18 +0100 Subject: [PATCH] Only applies to create --- posts.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/posts.py b/posts.py index d7a2b8120..229593c0e 100644 --- a/posts.py +++ b/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