Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Skip x number of recent messages #53

Closed
andna opened this issue Oct 23, 2021 · 2 comments
Closed

Skip x number of recent messages #53

andna opened this issue Oct 23, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@andna
Copy link

andna commented Oct 23, 2021

Is your feature request related to a problem? Please describe.
I don't like that messages are visibly seen to be deleted by the receiver since the deletion starts from last to first.

Describe the solution you'd like
The deleter would start erasing the first message ever sent, then second, third... etc and finally the last one

Describe alternatives you've considered
If not possible... maybe a flag for not deletting the last X messages, and only delete all the past ones... so either this last ones can be manually deleted or after the whole process

Additional context
Add any other context or screenshots about the feature request here.

@andna andna added the enhancement New feature or request label Oct 23, 2021
@andna andna changed the title Delete message from first to lasdt Delete message from first to last Oct 23, 2021
@andna andna changed the title Delete message from first to last Delete messages from First to Last Oct 23, 2021
@pishangujeniya
Copy link
Owner

Initially it was developed in the following way:

  1. Start Getting messages from recent to the very first. (Takes very long time)
  2. Start deleting the very first sent message then the next till recent. (It works but in the screen it doesn't reflect and to confirm whether its deleting or not people needed to scroll way long upwards in their phone to check if it is deleting or not, so people didn't do that, and simply started mailing me that it is not working, but actually it was working, but no one took care of scrolling way long up for confirmation)
  3. Then reversed the process in following way,
    Get recent some 5 or 10 messages, and then delete 5 or 10 messages, again repeat getting and deleting.

#8 (comment)

Do not worry, with next release update, I will provide a way that will skip recent x number of messages from deleting.
Thanks

@pishangujeniya pishangujeniya changed the title Delete messages from First to Last Skip x number of recent messages Oct 23, 2021
pishangujeniya added a commit that referenced this issue Nov 7, 2021
@pishangujeniya
Copy link
Owner

@andna Check latest release

@pishangujeniya pishangujeniya pinned this issue Nov 7, 2021
@pishangujeniya pishangujeniya unpinned this issue Mar 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants