Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Follows/Reminders/Finished counts not always accurate #5

Open
Tetrakern opened this issue Feb 3, 2023 · 1 comment
Open

Follows/Reminders/Finished counts not always accurate #5

Tetrakern opened this issue Feb 3, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Tetrakern
Copy link
Owner

Tetrakern commented Feb 3, 2023

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 Tetrakern added the bug Something isn't working label Feb 3, 2023
@Tetrakern
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants
@Tetrakern and others