More bugfixes
This commit is contained in:
parent
5da27d9820
commit
1d1f8e7cf5
1 changed files with 2 additions and 1 deletions
1
tasks.py
1
tasks.py
|
@ -282,6 +282,7 @@ def post_to_inbox(activity: ap.BaseActivity) -> None:
|
|||
log.info(f"received duplicate activity {activity!r}, dropping it")
|
||||
|
||||
back.save(Box.INBOX, activity)
|
||||
log.info(f"spawning task for {activity!r}")
|
||||
finish_post_to_inbox.delay(activity.id)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue