From 23978ee7990afec9451f02ac336fca90d519608c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 19 Feb 2020 18:11:21 +0000 Subject: [PATCH] Missing or --- posts.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/posts.py b/posts.py index 7f776ea2e..ec6151023 100644 --- a/posts.py +++ b/posts.py @@ -2191,7 +2191,9 @@ def addPostStringToTimeline(postStr: str,boxname: str, \ """ is this a valid timeline post? """ # must be a "Note" or "Announce" type - if '"Note"' in postStr '"Article"' in postStr or '"Announce"' in postStr or \ + if '"Note"' in postStr or \ + '"Article"' in postStr or \ + '"Announce"' in postStr or \ ('"Question"' in postStr and ('"Create"' in postStr or '"Update"' in postStr)): if boxname=='dm':