You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: