Current behavior is that the is_permanent field is constantly set to false. This only lets us test timeouts, not bans.
Expected /ban behavior:
ends_at will be null
is_permanent will be set to true
Expected /timeout behavior:
ends_at will be 3 minutes in the future (custom input should be allowed)
is_permanent will be set to false
Default use of "twitch event trigger ban" should be simulating /ban.
Current behavior is that the
is_permanentfield is constantly set to false. This only lets us test timeouts, not bans.Expected /ban behavior:
ends_atwill be nullis_permanentwill be set totrueExpected /timeout behavior:
ends_atwill be 3 minutes in the future (custom input should be allowed)is_permanentwill be set tofalseDefault use of "twitch event trigger ban" should be simulating /ban.