Team-TAU / tau

TAU- Twitch API Unifier, a containerized relay/proxy to unify the WebHook- and WebSocket-based real-time Twitch APIs under a single (local) WebSocket connection.
MIT License
149 stars 38 forks source link

[BUG] Test Cheer modal shows User field even when Anonymous #115

Open ched-dev opened 2 years ago

ched-dev commented 2 years ago

Describe the bug If I use a test cheer while the Anonymous switch is on, I can still enter a User

To Reproduce Steps to reproduce the behavior:

  1. Go to Dashboard with Channel Cheer Event Subscription turned on
  2. Click on the Test button for a Channel Cheer
  3. Click the Anonymous switch to on
  4. The User field remains visible and editable

Expected behavior I would expect the User field to hide, just like it does on other test modals (Ex: Channel Subscription Gift)

Screenshots Example of Test Cheer Modal Example of Test Cheer JSON

Additional context Installed version is commit https://github.com/Team-TAU/tau/commit/adbb66fe43bb33d2a67c5c81703b07168313eb19

FiniteSingularity commented 2 years ago

Thanks for opening the issue! Pretty easy one to fix. I'll try to get a PR in here very soon.