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

Remove m.new_device support #483

Merged
merged 1 commit into from
Jul 6, 2017
Merged

Commits on Jul 6, 2017

  1. Remove m.new_device support

    We now rely on the server to track new devices, and tell us about them when
    users add them, rather than forcing devices to announce themselves (see
    element-hq/element-web#2305 for the whole backstory
    there).
    
    The necessary support for that has now been in all the clients and the server
    for several months (since March or so). I now want to get rid of the
    localstorage store, which this code is relying on, so now seems like a good
    time to get rid of it. Yay.
    richvdh committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    a864268 View commit details
    Browse the repository at this point in the history