From 0beeb438ca29c238a763d4d4bb63ad641fc66ed5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 3 May 2020 13:18:35 +0000 Subject: [PATCH] Comment --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.py b/posts.py index 89eb1e497..d952ec3c3 100644 --- a/posts.py +++ b/posts.py @@ -2430,7 +2430,7 @@ def addPostStringToTimeline(postStr: str, boxname: str, postsInBox: [], boxActor: str) -> bool: """ is this a valid timeline post? """ - # must be a "Note" or "Announce" type + # must be a recognized ActivityPub type if ('"Note"' in postStr or '"Article"' in postStr or '"Patch"' in postStr or