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

Implement Network Sync for Group Chats #14

Open
zicklag opened this issue Jan 26, 2025 · 0 comments
Open

Implement Network Sync for Group Chats #14

zicklag opened this issue Jan 26, 2025 · 0 comments
Assignees

Comments

@zicklag
Copy link
Contributor

zicklag commented Jan 26, 2025

Group chats will be implemented almost identical to Direct Messages.

The differences will be:

  • We don't bother with encryption for group chats.
    • In the future we will have group encryption through Beehive most-likely.
  • It becomes much less efficient to download the latest snapshot of the automerge document from every known group member, like we do for direct messages, so we may need to limit group sizes and make a more sophisticated solution, possibly involving an always-on service for groups, and always on indexer to keep up with what group updates you need to download from whom, or a way to fragement the automerge documents into smaller pieces to reduce their download size from the PDS.
@zicklag zicklag added this to Roomy Jan 26, 2025
@zicklag zicklag self-assigned this Jan 26, 2025
@zicklag zicklag converted this from a draft issue Jan 26, 2025
@zicklag zicklag moved this to Todo in Roomy Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant