From 84dec1e38684f76393660b62d5470721f0e329b8 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Sat, 2 Jun 2018 07:32:18 +0200 Subject: [PATCH] Fix build --- activitypub.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/activitypub.py b/activitypub.py index 0b4eca6..15a0454 100644 --- a/activitypub.py +++ b/activitypub.py @@ -293,7 +293,8 @@ class BaseActivity(object): def _should_purge_cache(self) -> bool: raise NotImplementedError - # FIXME(tsileo): _pre_process_from_inbox, _pre_post_to_outbox, allow to prevent saving, check for undo, delete, update both inbox and outbox + # FIXME(tsileo): _pre_process_from_inbox, _pre_post_to_outbox, allow to prevent saving, + # check for undo, delete, update both inbox and outbox def process_from_inbox(self) -> None: logger.debug(f'calling main process from inbox hook for {self}')