Skip to content

Commit

Permalink
Merge pull request #268 from decent-chat/fix-state-secure
Browse files Browse the repository at this point in the history
Fix state.secure being reset to false
  • Loading branch information
alex authored Mar 2, 2018
2 parents 26065f9 + b50dc2d commit 01b613a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/client/src/components/sidebar-left.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ const store = (state, emitter) => {
}

state.sidebar.channels = null
state.secure = false

const sessionID = storage.get('sessionID@' + state.params.host)
if (sessionID) {
Expand Down

0 comments on commit 01b613a

Please sign in to comment.