matteocontrini Hello, is there currently a way to listen to the creation of a flag? I've taken a look at the source code of flarum/flags and there doesn't seem to be an event for it, but maybe there's another way I'm missing. Thanks!
luceos matteocontrini a model observer should be possible. Flag::observe(new FlagObserver) https://laravel.com/docs/6.x/eloquent#observers