mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2024-11-15 03:04:28 +00:00
Fix build
This commit is contained in:
parent
2befde27d5
commit
84dec1e386
1 changed files with 2 additions and 1 deletions
|
@ -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}')
|
||||
|
|
Loading…
Reference in a new issue