You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.The text was updated successfully, but these errors were encountered: