Browse Source

complement comment info

readme-update
Simon Grim 7 years ago
parent
commit
01283059db
  1. 2
      js/twister_newmsgs.js

2
js/twister_newmsgs.js

@ -52,7 +52,7 @@ function loadMentionsFromStorage() {
} }
} }
// WARN all following storage keys are deprecated // WARN all following storage keys are deprecated (see commit dc8cfc20ef10ff3008b4abfdb30d31e7fcbec0cd)
if (storage.isSet('knownMentions')) { if (storage.isSet('knownMentions')) {
var mentions = storage.get('knownMentions'); var mentions = storage.get('knownMentions');
if (typeof mentions === 'object') if (typeof mentions === 'object')

Loading…
Cancel
Save