Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
Ignore those properties when deserializing
Browse files Browse the repository at this point in the history
  • Loading branch information
freaktechnik committed Aug 29, 2017
1 parent a43d1e6 commit 4f69af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/channel/live-state.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import LiveStateConst from '../../live-state.json';
* @typedef {number} LiveStateInterpretation
*/

const IGNORED_PROPERTIES = [ "state", "isLive" ],
const IGNORED_PROPERTIES = [ "state", "isLive", "alternateUsername", "alternateURL" ],
OFFLINE = LiveStateConst.OFFLINE,
LIVE = LiveStateConst.LIVE,
REDIRECT = LiveStateConst.REDIRECT,
Expand Down

0 comments on commit 4f69af8

Please sign in to comment.