Clover icon indicating copy to clipboard operation
Clover copied to clipboard

Request: Retain 404'd threads

Open nepflux opened this issue 9 years ago • 3 comments

As of now, when a thread 404's it's no longer browsable. These threads should still be re-visitable, and at the bottom where it usually says Loading or Archived, it should say 404 in those cases and display whatever is cached (all text replies, whatever images were loaded, etc.)

The X in the bookmarked threads list that marks deleted / 404 should remain as the sole indicator.

nepflux avatar Mar 14 '16 21:03 nepflux

Well, Post models are actually not saved in the db. Threads do stay in memory as long as the app is running, removed threads actually show "404" in the status bar. It's not an easy task to add saving posts to the database because it adds some overhead and a lot of refactoring will be needed to achieve it. That said, I will keep this issue open for further thoughts and ideas. Like we could just hack it and save the json to a file.

floens avatar Mar 14 '16 22:03 floens

A solution could be the the option of "Download Thread" similar to "Download Album" but instead of only download images, also it creates (or downloads from the 4chan API) the most recent JSON for said thread in the same folder. That way, the app, can have a "Archived/Downloaded Threads" section where it just simply scans the folder looking for the .json files inside thread folders.

Z-WolF avatar Aug 24 '16 16:08 Z-WolF

Another app named Overchan uses Dollscript to save threads. Overchan: https://github.com/miku-nyan/Overchan-Android Dollscript: https://github.com/SthephanShinkufag/Dollchan-Extension-Tools/blob/master/README.markdown

patch-imp avatar Apr 29 '18 04:04 patch-imp