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.
2020-07-10 10:00:21 +10:00
..
attachments.ts Clean up imports 2020-07-01 11:23:33 +10:00
cache.ts Further improve imports 2020-07-02 15:02:32 +10:00
common.ts Refactor from message polling to content message handling 2020-06-30 18:10:35 +10:00
contentMessage.ts Made changes to how messages are sent. 2020-07-10 10:00:21 +10:00
dataMessage.ts Merge pull request #1229 from Bilb/fix-open-groups-ui 2020-07-09 17:23:51 +10:00
errors.ts Automatically restore session on no record error 2020-07-06 10:38:04 +10:00
groups.ts Move BlockedNumberController to ts 2020-07-07 10:24:24 +10:00
mediumGroups.ts Further improve imports 2020-07-02 15:02:32 +10:00
multidevice.ts use active_at to show and sync real contacts from contact list 2020-07-09 16:09:30 +10:00
queuedJob.ts Fix profile keys not being decoded properly 2020-07-09 13:55:47 +10:00
receiver.ts Address review comments 2020-07-08 10:57:24 +10:00
sessionHandling.ts Made changes to how messages are sent. 2020-07-10 10:00:21 +10:00
syncMessages.ts Further improve imports 2020-07-02 15:02:32 +10:00
types.ts Message receiving refactor: handleDataMessage onwards 2020-06-12 18:08:44 +10:00