@evo/chat-core
Advanced tools
Comparing version 0.0.27 to 0.0.28
@@ -409,5 +409,3 @@ 'use strict'; | ||
return this.oSwindon.call('chat.room', [], { room_ident: roomIdent }).then(function (_ref3) { | ||
var response = _ref3.response; | ||
return this.oSwindon.call('chat.room', [], { room_ident: roomIdent }).then(function (response) { | ||
var immResponse = _immutable2.default.fromJS(response); | ||
@@ -425,3 +423,2 @@ | ||
updChat = updChat.set('new_chat', false); | ||
updChat = updChat.set('role', _this9.userRole); | ||
updChat.get('last_read_counter') === undefined && (updChat = updChat.set('last_read_counter', 0)); | ||
@@ -428,0 +425,0 @@ |
{ | ||
"name": "@evo/chat-core", | ||
"version": "0.0.27", | ||
"version": "0.0.28", | ||
"description": "core Besida module with base functional set for chat", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
42149
757