From e44308918887de2fe39c5e0a82f30324dfc10d01 Mon Sep 17 00:00:00 2001 From: Mystikfluu Date: Tue, 23 Aug 2022 00:43:18 +0200 Subject: [PATCH] fix dm duplication when using encryption --- js/dms.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/dms.js b/js/dms.js index 12c3d39..a9bbbf8 100644 --- a/js/dms.js +++ b/js/dms.js @@ -382,7 +382,6 @@ function switchChannel(channelname) { if(localStorage.getItem(currentChannel+"enc_key")!=null) { encryption_keys = localStorage.getItem(currentChannel+"enc_key") - main() } else { encryption_keys = "" }