Tetrakern / fictioneer

A web fiction theme for WordPress.
https://fictioneer-theme.com
GNU General Public License v3.0
104 stars 16 forks source link

Follows/Reminders/Finished counts not always accurate #5

Open Tetrakern opened 1 year ago

Tetrakern commented 1 year ago

The objects holding the list data are not updated when a post is privated or trashed, causing the list counts to deviate. This is a minor issue which does not affect any other functionality. However, fixing this would require several database hits since you need to check whether the stored post IDs are still accessible and then update the storage. Doing this every time a list is called is just inefficient, so a better solution needs to be found.

Tetrakern commented 2 months ago

I do not plan to fix this, I just want to keep track of it in case this ever comes up.