Automatic SQL badges not firing ":user_badge_granted" trigger

Been trying to use the :user_badge_granted to trigger a task in a plugin I’ve written. I’m currently using the :user_badge_granted as a proxy for a user updated trigger (I haven’t had time to create a pull request for a user updated trigger).

I’ve noticed that badges that are automatically granted using SQL, and triggered on user info updates don’t fire the :user_badge_granted trigger, and thus not firing my plugins task.

Link to post describing my plugin’s purpose
Plugin in question

1 Like

Yeah, this is a bit of a feature req… its a pretty tricky change, feel free to give it a shot in a PR and we can review.