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
Warrick 1d459ba533
Unsend messages (only message hashes saving for now is enabled) (#1891)
* WIP unsending message.

* retrieving message with hash from db on receiving unsend request.

* outgoing messages hashes updated on message sent success

* unsend messaging

* unsend message - deleting messages and marking as isDeleted.

* add msg hash to unprocessed records.

* Message unsending working for closed groups provided the message has been updated with a hash from server.

* adding 2-stage confirmation modal for message deletion

* adding rendering of removed incoming messages, disabling rendering of unsent outgoing messages in coversation screen.

* Adding logging

* debugging.

* outgoing only saved for sync message instead of regular message.

* deleting locally

* adding post unsend deletioncode.

* starting adding feature flag.

* Added feature flag.

* addding mandatory messageHash  pollling pipeline methods swarm polling.

* Conversation list item message preview showing deletion placeholder text if deleted.

* add condition to drop unsend requests not send by message author

* refactoring deleteMessage. Saving response hash for closed group message sending

* running yarn ready

* removing logging.

* Adding PR fixes

* Minor changes and running yarn ready

* fix typo

* Moved feature flag to lokiFeatureFlags. Fixing linting errors


Co-authored-by: Audric Ackermann <audric@loki.network>
4 years ago
..
attachments.ts yarn ready 4 years ago
cache.ts Unsend messages (only message hashes saving for now is enabled) (#1891) 4 years ago
closedGroups.ts use timestamp offset in for messages storage requests (#1892) 4 years ago
common.ts increase prettier maxWidth to 100 4 years ago
configMessage.ts make sure profileKey is a hex string in all convos 4 years ago
contentMessage.ts Unsend messages (only message hashes saving for now is enabled) (#1891) 4 years ago
dataMessage.ts Unsend messages (only message hashes saving for now is enabled) (#1891) 4 years ago
errors.ts use timestamp offset in for messages storage requests (#1892) 4 years ago
hashDuplicateFilter.ts filter out duplicates only if they are less than 10 messages away 4 years ago
keypairs.ts increase prettier maxWidth to 100 4 years ago
queuedJob.ts Unsend messages (only message hashes saving for now is enabled) (#1891) 4 years ago
receiver.ts Unsend messages (only message hashes saving for now is enabled) (#1891) 4 years ago
types.ts add userblocking opengroupv2 and quoting back of messages 4 years ago