ECHibiki / Kissu-Vi

Kissu's post, image+db and API server. sister repo https://github.com/ECHibiki/Kissu-React Parent https://github.com/ECHibiki/Kissu used on https://original.kissu.moe
https://kissu.moe
Other
6 stars 1 forks source link

Tree Issues #122

Open ECHibiki opened 4 years ago

ECHibiki commented 4 years ago

Toggling tree view on then off in >>>/qa/40050 breaks it, presumably due to the link to another thread

ECHibiki commented 4 years ago

Anonymous 05/17/20(Sun)12:16:49 No.3554>>3555

3552 No, I figured it might help in the longer thread mentioned, but it doesn't work how I'd like it to for posts which reply to multiple posts (I'd prefer these multi-replies appear as a child of every post they mention rather than only the first).

Anonymous 05/17/20(Sun)17:42:45 No.3555>>3557

3554 A potential problem is that not only the post gets duplicated, but if there are replies to that post, they get duplicated, and a reply to two duplicate posts gets quadruplicated, and then you can have posts that show up 8x, 16x, 32x, and so on. Might not happen in a typical thread, though, so imposing a reasonable cutoff on the number of times a post is duplicated might be enough.

A simple improvement that could be made to putting a reply under the first post it quotes would be to put it under the last post is quotes (last ordered by post number, and excluding any futurequotes). That way, before reading a post, you would have read all the posts it referenced. And it would handle the common case of post 1: post 2: >>1 reply post 3: >>1 >>2 reply correctly.

Anonymous 05/17/20(Sun)1