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

User doesn't update correctly #10

Closed
Fuechschen opened this issue Dec 6, 2015 · 2 comments
Closed

User doesn't update correctly #10

Fuechschen opened this issue Dec 6, 2015 · 2 comments

Comments

@Fuechschen
Copy link
Contributor

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.

@anjanms
Copy link
Owner

anjanms commented Dec 8, 2015

You're correct, they do not update.

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.

@anjanms
Copy link
Owner

anjanms commented Dec 9, 2015

Let me know if there's another event you feel should update usernames. But I think chat-message will cover it pretty well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants