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

unread count regression #72

Open
codegod100 opened this issue Feb 16, 2025 · 1 comment
Open

unread count regression #72

codegod100 opened this issue Feb 16, 2025 · 1 comment

Comments

@codegod100
Copy link
Contributor

It looks like our unread counts are not resetting. I looked in the code and it looks like we commented out that code with a todo so we don't update the merge doc too often.

@zicklag
Copy link
Contributor

zicklag commented Feb 17, 2025

Yeah, I kind of noticed that. I'm thinking that we should not store the latest heads on the catalog anymore, since we only care about the latest value and the CRDT keeps track of the whole history.

We should probably make small wrapper around writing a PDS record along with persisting to local storage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants