Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly unhook from
delete_post
when importing
Fixes #121. This bug was actually mostly cosmetic, as it looks like the post is getting imported but the semaphore was short-circuiting the import process because I incorrectly unhooked the controller from the `delete_post` hook.
- Loading branch information