There’s no DiscourseEvent for the action, and add_model_callback isn’t working:
add_model_callback(GroupUser, :after_commit, on: :update) do
# never called, for some reason
end
Got the idea that it might work from here. Am I doing something wrong?