diff --git a/posts.py b/posts.py index 2da756b40..79bd1149b 100644 --- a/posts.py +++ b/posts.py @@ -3027,6 +3027,9 @@ 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