I see there is a webhook, user_updated_event
, but it is not triggering on:
- Changing a user’s trust level
- Granting/revoking moderator
- Granting/revoking admin
I also notice that the the user table, and the user_updated_event
object both have:
- Trust level (number)
- Moderator (Boolean)
- Admin (Boolean)
Am I missing something here?