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
when calling user.setStatus via API the status of the user is correctly reflected to himself but it does not update for others until the user.setStatus method is called again or the other client is reloaded.
Steps to reproduce:
call REST API user.SetStatus with a status other than the current, i used the following payload to set another users status:
Description:
when calling
user.setStatus
via API the status of the user is correctly reflected to himself but it does not update for others until theuser.setStatus
method is called again or the other client is reloaded.Steps to reproduce:
user.SetStatus
with a status other than the current, i used the following payload to set another users status:the status is then update for the user user directly:
but not for others, for them "max" (ABCDE) is online:
when i change "message" in another request afterwards and keep the status the same, all clients get refreshed.
payload:
this behavior is reproducible every time.
Expected behavior:
When the status is changed via API the UI of others should reflect that.
Actual behavior:
The UI of others is unchanged until the client is restarted or the page is refreshed
Server Setup Information:
Client Setup Information
Additional context
with a change of message afterwards all clients get refreshed.
Relevant logs:
at the time of the change there are not error messages in the server log nor in the browser F12 console
The text was updated successfully, but these errors were encountered: