Nekmo / telegram-upload

Upload and download files from Telegram up to 4 GiB using your account
MIT License
1.05k stars 226 forks source link

Small patch CLI list of items (fixes ignoring some files; also corrects limit, as expected, so then PAGE_SIZE will be *size*) #219

Open Vitalkrilov opened 1 year ago

Vitalkrilov commented 1 year ago

Fixes ignoring files in CLI list (every file at limit+2 index), also now it returns proper count of items (as expected?) (PAGE_SIZE items, not PAGE_SIZE+1)

Nekmo commented 1 year ago

Thanks! Can you include a test for this PR?

Vitalkrilov commented 1 year ago

Thanks! Can you include a test for this PR?

Added, I hope it helps you

Vitalkrilov commented 12 months ago

(@Nekmo don't know if I need to mention but maybe you have not seen it)

Nekmo commented 12 months ago

Thanks, I hadn't seen the comment :) I will add it to the next version