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

Cleanup wrong epoch messages on creating new group #1002

Open
insipx opened this issue Aug 28, 2024 · 0 comments
Open

Cleanup wrong epoch messages on creating new group #1002

insipx opened this issue Aug 28, 2024 · 0 comments
Labels

Comments

@insipx
Copy link
Contributor

insipx commented Aug 28, 2024

  • One way make it less noisy is just not to show them
    • If epoch is smaller than current epoch, not a big deal that cannot decrypt because message came before joined
    • If bigger might have some issues
      • Can’t decrypt new messages
  • When join tell someone in group at what point to start syncing
  • Another thing to do is to have a flag when added to group, and check is up to date true/false (has synced true/false)
    • Throw away epoch errors while false until have non-error message and set to true from that point on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

1 participant