usernames with underscores_ get converted to hyphens-
user and userName variables are not correctly passing the username when it contains an underscore
Here's a simple C# Method workaround I made for anyone else that needs a temporary fix while we wait for this to be patched.
Hi 👋
Are you sure you don't overwrite user argument somewhere in your action?
All data from the Chat Message trigger come directly from Pusher without any modification, and AFAIK, since I last checked, this shouldn't happen 😮
Yes I'm certain nothing else is changing the user variable before it gets to my sub-actions. literally just a Kick Chat Message trigger and the user variable will come out with the hyphen instead of the underscore.
My .replace method has been working fine though so... 🤷♂️