Files
Signal-Desktop/js
lilia e89e691957 Fix bug in groupId generation
Previously, if calling createNewGroup with an undefined groupId,
no groupId was generated.

This occurred because no entry for "group" + undefined exists in
localStorage, which caused this code to think undefined was a
valid group id.

Fixed by adding `|| groupId == undefined` to the while clause.
Also decoupled the groupId collision check for clarity.
2014-10-14 15:47:51 -07:00
..
2014-07-27 02:33:17 -04:00
2014-10-14 15:47:51 -07:00
2014-07-27 02:30:00 -04:00