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
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.
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:
The text was updated successfully, but these errors were encountered:
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.
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:
The text was updated successfully, but these errors were encountered: