Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Update User Banned event, rename Purged Messages event #771

Closed
CrowbarToolsRobot opened this issue Apr 7, 2020 · 0 comments
Assignees
Labels
Dev Complete Enhancement A feature request or improvement

Comments

@CrowbarToolsRobot
Copy link
Collaborator

@ebiggz via Discord:

Mixer has updated the payload for the PurgeMessage chat event and we can now see which moderator banned the user or how long a user was timed out for.

Payload for timeout

{
 "moderator": {
 "user_name": "ebiggz",
 "user_id": 3853195,
 "user_roles": ["Owner"],
 "user_level": 113
 },
 "user_id": 114997149,
 "cause": {
 "type": "timeout",
 "durationString": "1m"
 }
}

Payload for ban

{
 "moderator": {
 "user_name": "ebiggz",
 "user_id": 3853195,
 "user_roles": ["Owner"],
 "user_level": 113
 },
 "user_id": 114997149,
 "cause": {
 "type": "ban"
 }
}
@CrowbarToolsRobot CrowbarToolsRobot added the Enhancement A feature request or improvement label Apr 7, 2020
@github-actions github-actions bot added this to Pending review in Work Status Apr 7, 2020
@github-actions github-actions bot added this to Needs triage in Priority Apr 7, 2020
@ebiggz ebiggz changed the title [Feature Request] Update User Banned event, add User Timeout event [Feature Request] Update User Banned event, rename Purged Messages event Apr 7, 2020
@ebiggz ebiggz moved this from Pending review to To do in Work Status Apr 7, 2020
@ebiggz ebiggz moved this from To do to In progress in Work Status Apr 7, 2020
@ebiggz ebiggz moved this from Needs triage to High priority in Priority Apr 7, 2020
@ebiggz ebiggz self-assigned this Apr 7, 2020
ebiggz added a commit that referenced this issue Apr 7, 2020
@ebiggz ebiggz moved this from In progress to Release Pending in Work Status Apr 8, 2020
@ebiggz ebiggz closed this as completed Apr 8, 2020
Work Status automation moved this from Release Pending to Closed Apr 8, 2020
Priority automation moved this from High priority to Closed Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dev Complete Enhancement A feature request or improvement
Projects
Work Status
  
Closed
Priority
  
Closed
Development

No branches or pull requests

2 participants