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

Bug: User status does not update in "UserPresence:online" #56

Open
AvivBenShoham opened this issue Aug 28, 2023 · 0 comments
Open

Bug: User status does not update in "UserPresence:online" #56

AvivBenShoham opened this issue Aug 28, 2023 · 0 comments

Comments

@AvivBenShoham
Copy link

Description:
When a user is making an active usage of the R.C App, user's status should be change in the UserPresence.setConnection, which is being called from the event "UserPresence:online".

Altough, the status does not change due to a wrong update query.

image

The status will be change only for user's that have a statusDefault: "online".
Which means that if a user is offline, and does not have a statusDefault, he'll stay "offline" while he should be "online".

The query should be:
image

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

No branches or pull requests

1 participant