e89e691957
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. |
||
---|---|---|
.. | ||
models | ||
views | ||
api.js | ||
background.js | ||
chromium.js | ||
crypto.js | ||
fake_api.js | ||
helpers.js | ||
libphonenumber-util.js | ||
options.js | ||
popup.js | ||
sendmessage.js | ||
test.js | ||
testvectors.js | ||
webcrypto.js |