@evo/chat-core
Advanced tools
Comparing version 0.7.7 to 0.7.8
@@ -653,5 +653,5 @@ 'use strict'; | ||
baseStore = baseStore.setIn(bansImmPath, baseStore.getIn(bansImmPath).filter(function (user) { | ||
return user.get('role') === data.role; | ||
return user.get('role') !== data.role; | ||
})); | ||
if (!baseStore.getIn(bansImmPath).size()) { | ||
if (!baseStore.getIn(bansImmPath).size) { | ||
baseStore = baseStore.setIn(statusImmPath, c.CHAT_STATUS_ACTIVE); | ||
@@ -658,0 +658,0 @@ } |
{ | ||
"name": "@evo/chat-core", | ||
"version": "0.7.7", | ||
"version": "0.7.8", | ||
"description": "core Besida module with base functional set for chat", | ||
@@ -5,0 +5,0 @@ "author": "d.medvinskiy", |
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
59412