Skip to content

Fix Authenticated User appears 2 times in User List

Cynthia Soimansoib requested to merge fix/addNewUser/userInListTwoTimes into int/v2

Add new user to the list is a broadcast, so the user who just authenticated also gets the message with him as a new player and so he appears 2 times in his own list. Now, there is a check to make sure a user can't add himself to the list.

Merge request reports