-
-
Notifications
You must be signed in to change notification settings - Fork 922
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Requirements
- Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support or the matrix chat.
- Did you check to see if this issue already exists?
- Is this only a single bug? Do not put multiple bugs in one issue.
- Do you agree to follow the rules in our Code of Conduct?
- Is this a backend issue? Use the lemmy-ui repo for UI / frontend issues.
Summary
I keep seeing CI errors related to post updates and deletes, not performing the correct action. I've narrowed it down to this line, which calls plugin_hook_before
:
This should return a form, but in actuality is it spawning an async function in a background thread with race conditions, that removes the correct update.
Steps to Reproduce
- Run CI
- See failure above.
Technical Details
NA
Version
main
Lemmy Instance URL
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working