mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-03-12 09:20:17 +01:00
Fixes an issue where async processing was not completing correctly. In particular this applies to side effects of domain blocks: while the domain block was being entered and enforced correctly, side effects like deleting accounts and updating the instance entry for the blocked instance were not. This fixes that :)