Bur0k
Bur0k
I changed the regex to a WhatsApp specific one in order to exclude any other date filenames. [Regexr Link `(?:IMG|VID)-(\d{4})(\d{2})(\d{2})-WA`](regexr.com/6nlnv) Would this be a solution to this problem? Another question:...
Did you come to a conclusion about allowing to infer the date from these WhatsApp specific filenames?
All my WhatsApp Filenames are in that format aswell
I would like to add more regexes for the different filenames. Would this be okay for the maintainers? Will this PR get pushed back then?
> As these changes would be rolled out to everyone, we should be very careful with that and it will require extensive testing which we currently don't have time for....
> I'll merge this now and may refactor it later if any changes are needed. Thank you very much for your contribution! heart If there is any other things to...
I just rebased the changes. Now only the needed commits are in here
Hi @bnw Just wanted to ask what you think about this PR?
> * Why did you introduce the concept of non-batched imports? Could you use the return value of `RunImportBatched` to cause it to be called multiple times until all transactions...
I tried to use the same logic and modified the codepath as follows: Regardless if JS is used or not, a batched import will be done. If the `automate_without_js` variable...