You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are listening to user_update_{userid}. But dubtrack doesn't emit an update when usernames change, nor does it seem to include usernames in any updates.
So, we're suffering from the same issue the frontend has. I've got an idea on how to resolve this, I'll work with it some this evening.
It seems like usernames doesn't update if they are changed while the bot is in the room.
This could maybe come from listening to 'user-update' instead of listening to 'user_update_{userid}' like dubtrack-frontend does.
The text was updated successfully, but these errors were encountered: