Skip to content

Commit

Permalink
FIX: Do not retry to decrypt if it failed once.
Browse files Browse the repository at this point in the history
  • Loading branch information
udan11 committed Mar 4, 2019
1 parent 22ca390 commit be29d6b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -56,6 +56,7 @@ export default {
})
// Absence of topic key underlies a bigger error.
.catch(() => {
state.encrypted = undefined;
state.decrypting = false;
state.decrypted = true;
this.scheduleRerender();
Expand Down

0 comments on commit be29d6b

Please sign in to comment.