suraj0208 / WhatsappExtensions

Xposed module for WhatsApp
Apache License 2.0
100 stars 34 forks source link

[FEATURE REQUEST] Avoid deleting of messages #40

Closed FrancYescO closed 5 years ago

FrancYescO commented 6 years ago

As today whatsapp added the possibility to revoke sent messages

If some contact revoke a message sent to you, just avoid that the message will be deleted on your client

Lanchon commented 6 years ago

right now, each deleted message is replaced by text stating the deletion. ideally, the delete request should not be honored but it should be logged anyway. inserting a message before the one to be deleted would do the trick:

suraj0208 commented 6 years ago

Its a nice feature actually. I have to see what method is called when the delete request is received and I can call param.setResult to skip that method. Thanks