From f7e237858154cc892f0fad31e49b4b1a57dc74dd Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 5 Mar 2021 20:13:35 +0000 Subject: [PATCH] Tidying --- posts.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/posts.py b/posts.py index d944494bd..dbf0dc2fe 100644 --- a/posts.py +++ b/posts.py @@ -3030,9 +3030,6 @@ def _addPostStringToTimeline(postStr: str, boxname: str, postsInBox: [], boxActor: str) -> bool: """ is this a valid timeline post? """ - if '"Update"' in postStr or '"Like"' in postStr: - return False - # must be a recognized ActivityPub type if ('"Note"' in postStr or '"EncryptedMessage"' in postStr or