Fix typo...

This commit is contained in:
yflory 2018-12-11 10:57:43 +01:00
parent a121df2600
commit fb5ad34299
1 changed files with 1 additions and 1 deletions

View File

@ -959,7 +959,7 @@ define([
messenger.leavePad = function (padChan) {
// Leave chat and prevent reconnect when we leave a pad
delete validateKeys[padchan];
delete validateKeys[padChan];
Object.keys(channels).some(function (chatChan) {
var channel = channels[chatChan];
if (channel.padChan !== padChan) { return; }