From 593893206cf372c997b7495c6d4e5ca4ccd300a1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 26 Aug 2020 13:12:43 +0100 Subject: [PATCH] Allow Event activity in timeline --- posts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/posts.py b/posts.py index a7f22cba..3a07d867 100644 --- a/posts.py +++ b/posts.py @@ -2784,6 +2784,7 @@ def addPostStringToTimeline(postStr: str, boxname: str, # must be a recognized ActivityPub type if ('"Note"' in postStr or '"EncryptedMessage"' in postStr or + '"Event"' in postStr or '"Article"' in postStr or '"Patch"' in postStr or '"Announce"' in postStr or