Bug: retrying to delete message counts as a new message #451
Unanswered
Liggliluff
asked this question in
1. Questions & Answers
Replies: 1 comment 1 reply
-
Yeah that specific bug has been addressed in the next version, I caught it while refactoring the code. But the progress still not perfect because
So I don't know if that is something that even worth trying to get accurate. I would take it more like a rough estimate of progress. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here's a part of the code, manually redacted, featuring date-time, and the message replaced with a letter:
Each time it retries, it counts it as a new message, making the current progress be wrong. Message G should be number 593/4826 and not 597/4826.
Beta Was this translation helpful? Give feedback.
All reactions