fix dm duplication when using encryption

This commit is contained in:
Mystikfluu 2022-08-23 00:43:18 +02:00
parent 0e1226c5be
commit e443089188

View File

@ -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 = ""
}