From 3c6ba44ae6e4bf14e1cee0e04181461d674d2fdc Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Sun, 14 Apr 2019 19:35:20 +0200 Subject: [PATCH] Fix actor types for recent Mastodon updates --- little_boxes/activitypub.py | 1 + 1 file changed, 1 insertion(+) diff --git a/little_boxes/activitypub.py b/little_boxes/activitypub.py index f6eae2a..91462f3 100644 --- a/little_boxes/activitypub.py +++ b/little_boxes/activitypub.py @@ -131,6 +131,7 @@ ACTOR_TYPES = [ ActivityType.GROUP, ActivityType.ORGANIZATION, ActivityType.SERVICE, + ActivityType.QUESTION, # Mastodon notoft the end of a question with an update from that question ] CREATE_TYPES = [