Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Remove non-functional session load error #783

Merged
merged 2 commits into from
Mar 29, 2017

Commits on Mar 29, 2017

  1. Remove non-functional session load error

    MatrixChat was trying to display an error if the session failed to
    restore, but it was never actually being shown because it was just
    set as a member variable and therefore never actually caused
    a re-render for the error to be displayed. Almost all errors are
    caught by _restoreFromLocalStorage which displays the fancy dialog
    if your session can't be restored, so I'm not convinced this ever
    even tried to do anything anyway. Remove it.
    dbkr committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    a6612bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dff7998 View commit details
    Browse the repository at this point in the history