twilio-chat
Advanced tools
Comparing version 0.13.0-dev-build.346 to 0.13.0-dev-build.348
@@ -302,3 +302,3 @@ "use strict"; | ||
if (channel) { | ||
log.trace('upsertChannel: known channel', channel); | ||
log.trace('upsertChannel: channel is known', channel); | ||
if (data.status === 'joined' && channel.status !== 'joined') { | ||
@@ -333,3 +333,3 @@ channel._setStatus('joined'); | ||
// Fetch the Channel if we don't know about it | ||
log.trace('upsertChannel: unknown channel'); | ||
log.trace('upsertChannel: creating local channel object'); | ||
channel = new channel_1.Channel(this.services, data, sid); | ||
@@ -336,0 +336,0 @@ this.registerForEvents(channel); |
@@ -156,3 +156,3 @@ "use strict"; | ||
if (channel) { | ||
log.trace('upsertChannel: known channel', channel); | ||
log.trace('upsertChannel: channel is known', channel); | ||
if (data.status === 'joined' && channel.status !== 'joined') { | ||
@@ -184,3 +184,3 @@ channel._setStatus('joined'); | ||
// Fetch the Channel if we don't know about it | ||
log.trace('upsertChannel: unknown channel'); | ||
log.trace('upsertChannel: creating local channel object'); | ||
channel = new channel_1.Channel(this.services, data, sid); | ||
@@ -187,0 +187,0 @@ this.registerForEvents(channel); |
{ | ||
"name": "twilio-chat", | ||
"version": "0.13.0-dev-build.346", | ||
"version": "0.13.0-dev-build.348", | ||
"description": "Twilio Chat service client library", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2010409