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
Audric Ackermann 2fab4f0940 Use sentAt as lastJoinedTimestamp when we get a new closed group
This is to make sure we do not drop group updates between the message
adding us and now().
We only have to drop messages before we were added to the group, which
is the sent timestamp
4 years ago
..
attachments.ts Merge branch 'clearnet' into restore-handle-configuration 4 years ago
cache.ts remove the forceSave option for unprocessed message too 4 years ago
closedGroups.ts Use sentAt as lastJoinedTimestamp when we get a new closed group 4 years ago
common.ts remove primary and secondary device separate status 4 years ago
configMessage.ts move configMessage handling to a another file 4 years ago
contentMessage.ts move configMessage handling to a another file 4 years ago
dataMessage.ts update our profile on incoming configMessage sent after our last update 4 years ago
errors.ts update models to TS part2 4 years ago
keyPairRequestManager.ts add the request and reply of an encryptionKeyPair if needed 4 years ago
keypairs.ts remove primary and secondary device separate status 4 years ago
openGroups.ts first working version of closed group v2 4 years ago
queuedJob.ts speed up loading of messages by not notify on every new message 4 years ago
receiver.ts improve sent message handling by setting the correct convoId at start 4 years ago
types.ts remove isUnidentifiedDelivery 4 years ago