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

E2E: Check devices to share keys with on each send #295

Merged
merged 2 commits into from Nov 17, 2016

Commits on Nov 16, 2016

  1. Factor out ensureOlmSessionsForDevices

    ... and move to olmlib
    richvdh committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    766e837 View commit details
    Browse the repository at this point in the history
  2. Check devices to share keys with on each send

    Instead of trying to maintain a list of devices we need to share with, just
    check all the devices for all the users on each send.
    
    This should fix element-hq/element-web#2568, and
    generally mean we're less likely to get out of sync.
    richvdh committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    769a0cb View commit details
    Browse the repository at this point in the history