mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Trying end-video fix
This commit is contained in:
@@ -420,8 +420,6 @@ module.exports = function() {
|
||||
}
|
||||
if(obj.hasOwnProperty("channel")) {
|
||||
obj.channel = Functions.encodeChannelName(obj.channel);
|
||||
}
|
||||
if(coll === undefined) {
|
||||
try {
|
||||
coll = obj.channel.toLowerCase();//.replace(/ /g,'');
|
||||
if(coll.length == 0) return;
|
||||
@@ -433,6 +431,7 @@ module.exports = function() {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
List.end(obj, coll, guid, offline, socket);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user