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/ts/receiver
Mikunj 646973e330 Made changes to how messages are sent.
Instead of blocking the message queue when we don't have a session, we instead just send out a session request and send the queued messages using fallback encryption.
This means that users will be able to message right away without having to wait.
The only down side is that all messages sent before sessions are established will be using the weaker encryption.

This change also means we have to detach session requests from envelope type (which is a good thing) and thus now a message is a session request if it contains a preKeyBundle.
5 years ago
..
attachments.ts Clean up imports 5 years ago
cache.ts Further improve imports 5 years ago
common.ts Refactor from message polling to content message handling 5 years ago
contentMessage.ts Made changes to how messages are sent. 5 years ago
dataMessage.ts Merge pull request #1229 from Bilb/fix-open-groups-ui 5 years ago
errors.ts Automatically restore session on no record error 5 years ago
groups.ts Move BlockedNumberController to ts 5 years ago
mediumGroups.ts Further improve imports 5 years ago
multidevice.ts use active_at to show and sync real contacts from contact list 5 years ago
queuedJob.ts Fix profile keys not being decoded properly 5 years ago
receiver.ts Address review comments 5 years ago
sessionHandling.ts Made changes to how messages are sent. 5 years ago
syncMessages.ts Further improve imports 5 years ago
types.ts Message receiving refactor: handleDataMessage onwards 5 years ago