pkolyvas / PowerDeleteSuite

Power Delete Suite for Reddit
89 stars 6 forks source link

Test current comment when editing #3

Open dsl101 opened 1 year ago

dsl101 commented 1 year ago

Given what people are using this for (overwriting existing content with perhaps something protesting the API changes), and given the rate limit and other 'restore' like shenanigans that's going on, it might be an idea to actually test if the comment in question needs updating, and only trigger API writes for those that don't match the current edit box? I've re-run this several times now, and many many comments don't need 'fixing', just a handful left. It would reduce the API hits, and be faster I would think?

kalebmckale commented 12 months ago

@dsl101 I’ve got a PR on implementing this feature.