tomer8007 / whatsapp-web-incognito

A Chrome extension that disables read receipts and presence updates on WhatsApp Web
MIT License
312 stars 74 forks source link

Separate tab for deleted Messages #85

Closed FieryRMS closed 2 years ago

FieryRMS commented 2 years ago

Now that everything shifted to the multidevice mode, it is not possible to scroll past after a certain point in a chat. That means messages that were deleted before this point will become un-restorable since we are not physically able to goto that message and due to the way the extension works. I think now will be a good time than ever to implement a separate window for seeing the delete messages from a certain chat. This will prevent the part of the deleted database from becoming useless after a certain period and will give users an option to see older messages that were deleted.

tomer8007 commented 2 years ago

For now, if you really want to see older messages that were deleted, you can go to the DB manually inside IndexedDB.

tomer8007 commented 2 years ago

But I find this feature not worth the invested time, so I won't do it.