It would be excellent if the “User Event” webhook fired when a user chooses to ignore another user, and if the list of users ignored by someone could be updated via the API.
My use case: I’m running a site/browser-based game that uses single-sign on to have a smooth user system with Discourse. It’s possible in the game to block another player, and I want to also ignore that player in the forums on their behalf. Without that, I can only provide messaging to the user that they will need to manually ignore the user on the forum.
Similarly, I’d like forum ignores to fire the User Event webhook so that I can block the player on the game side for them.