You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/libtextsecure
lilia a3ae3cab79 Use Promise.reject for simplicity
The following are equivalent, except that the first is longer and
invokes an extra function call.

```
return new Promise(function(resolve, reject) {
  reject(new Error("Unknown Group"));
});

return Promise.reject(new Error("Unknown Group"));
```
10 years ago
..
storage Handle group sync for existing groups 10 years ago
test Support for group sync 10 years ago
account_manager.js Fix standalone registration 10 years ago
api.js DRY up Promise creation in api.js 10 years ago
axolotl_wrapper.js Implement sync protocol changes 10 years ago
components.js Regenerate components/libts 10 years ago
contacts_parser.js Support for group sync 10 years ago
crypto.js Signaling key is now an array buffer 10 years ago
errors.js Tweak key conflict error messages 10 years ago
helpers.js Fix group update avatar handling 10 years ago
key_worker.js Generate key_worker.js 10 years ago
libaxolotl.js Update libaxolotl 10 years ago
message_receiver.js Namespace events 10 years ago
protobufs.js Load protobufs asynchronously. Fixes #223 10 years ago
sendmessage.js Use Promise.reject for simplicity 10 years ago
storage.js Move local identitykey and registrationid to indexeddb 10 years ago
stringview.js Move js files around for libtextsecure split 10 years ago
websocket-resources.js Move js files around for libtextsecure split 10 years ago
websocket.js Close the provisioning socket 10 years ago