infinity icon indicating copy to clipboard operation
infinity copied to clipboard

sage posts don't update thread's `last_modified`

Open bui opened this issue 10 years ago • 0 comments

I presume because bumpThread() is not called

solve by adding a last_modified column to the posts tables (possibly replace edited_at) and make the api builders use that column instead of bump

this should also solve the issue with 8archive not archiving past bump_limit, because as asagi (dumper) relies on the last_modified field, it doesn't update because 8chan doesn't change the field

https://github.com/ctrlcctrlv/infinity/blob/master/post.php#L951

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/11790554-sage-posts-don-t-update-thread-s-last_modified?utm_campaign=plugin&utm_content=tracker%2F6417251&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F6417251&utm_medium=issues&utm_source=github).

bui avatar Apr 22 '15 16:04 bui