• 0 Posts
  • 459 Comments
Joined 11 months ago
cake
Cake day: June 30th, 2023

help-circle


















  • Whenever a user adds a new client (device), all conversations recipients should have to approve in order for them to see the chat history.

    Why though? In case of a public chat or a chat with at least few dozens of users it’ll already be excessive if it could work at all.

    All chat history and groups are peer 2 peer

    Like really P2P or E2E? Because I know at least one chat app that is serverless but doesn’t involve E2E apparently - tox. E2E is an overkill for big group chats because it means you have to re-encrypt every message for every new user for them to see it. Else if you rely on just a fixed shared key it’s not E2E anymore (which will make some people sad and hate your app).