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

TLRevert misses last message #1

Open
cascading-jox opened this issue Jun 25, 2020 · 1 comment
Open

TLRevert misses last message #1

cascading-jox opened this issue Jun 25, 2020 · 1 comment

Comments

@cascading-jox
Copy link

Hi, I used TLRevert to remove the messages from TLImport 3.0.7 but it missed the last message. Maybe that message was missing in the .db file? When I used TLImport I canceled the import and when the program had shut down there was a short delay until I recieved another message.

@ferferga
Copy link
Member

ferferga commented Jun 26, 2020

@cascading-jox Hello!

Can you check with SqliteBrowser if those messages are in the database? I'm on the go and I can't check the code right now, but iirc, TLRevert took the messages from the SentMessagesIDs table. You can join the IDs from that table to the ImportedMessages one (which includes the messages' original content, not IDs only)

Also, did you cancel gracefully (just one CTRL + C) or did it multiple times? (Of course, if you closed the program directly, some information will be missing) If you did it multiple times, you also aborted the process where all the incoming IDs were gathered and saved into the database for further recovery in TLRevert.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants