Skip to content

Infraction creation from in-game moderation broadcasts #3

@dsnidr

Description

@dsnidr

Mordhau, one of the supported games, can broadcast moderation actions (kicks, bans, etc).

This information can be taken and used to create an infraction with the duration and reason provided. The code to link users to players is already in place, so that functionality can use that to assign a UserID to the created infractions.

In the case where a linked player can't be found, UserID can be marked as null since it's a nullable field. There can be an additional API endpoint added for fetching unclaimed infractions (infractions which do not have a UserID set).

To aid in this process, the name of the in game admin who created the infraction could also be added (prepended maybe?) to the infraction reason.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requeston holdDevelopment on this feature temporarily paused

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions