Authenticated users: if current user nickname is already used in the room, automatically add a suffix.

This commit is contained in:
John Livingston
2024-01-09 16:17:47 +01:00
parent d0a250a91d
commit a56467c6cd
2 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,7 @@
* Anonymous chat user: remember the chosen nickname in sessionStorage, to avoid entering it again too often.
* Fix: if an anonymous chat user enter spaces in the nickname choice, it will allows them to keep the random nickname.
* Authenticated users: if current user nickname is already used in the room, automatically add a suffix.
* Translation updates: German, French.
* New Swedish translations.