fix dm duplication when using encryption
This commit is contained in:
parent
0e1226c5be
commit
e443089188
@ -382,7 +382,6 @@ function switchChannel(channelname) {
|
|||||||
|
|
||||||
if(localStorage.getItem(currentChannel+"enc_key")!=null) {
|
if(localStorage.getItem(currentChannel+"enc_key")!=null) {
|
||||||
encryption_keys = localStorage.getItem(currentChannel+"enc_key")
|
encryption_keys = localStorage.getItem(currentChannel+"enc_key")
|
||||||
main()
|
|
||||||
} else {
|
} else {
|
||||||
encryption_keys = ""
|
encryption_keys = ""
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user