mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Make inviting/kicking work.
This commit is contained in:
parent
4ac766c371
commit
3a0d177925
6 changed files with 55 additions and 21 deletions
|
@ -22,7 +22,7 @@ ChannelManager.prototype.register = function(id, timeout) {
|
|||
ChannelManager.prototype.unregister = function(id) {
|
||||
var channel = this.channels[id]
|
||||
delete this.channels[id]
|
||||
clearInterval(channel.timer)
|
||||
clearTimeout(channel.timer)
|
||||
}
|
||||
|
||||
ChannelManager.prototype.keepalive = function(id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue