castle-chat-lib
Advanced tools
Comparing version 2.12.0 to 2.13.0
{ | ||
"name": "castle-chat-lib", | ||
"version": "2.12.0", | ||
"version": "2.13.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -91,4 +91,4 @@ import _ from 'lodash'; | ||
if ( | ||
this._seenChatIds[message.chatMessageId] || | ||
this._seenChatIds[message.chatMessageId] === 0 | ||
!message.isReactionUpdate && | ||
(this._seenChatIds[message.chatMessageId] || this._seenChatIds[message.chatMessageId] === 0) | ||
) { | ||
@@ -173,2 +173,3 @@ if (message.editCount > this._seenChatIds[message.chatMessageId]) { | ||
body | ||
reactions | ||
createdTime | ||
@@ -274,2 +275,3 @@ } | ||
body | ||
reactions | ||
createdTime | ||
@@ -276,0 +278,0 @@ } |
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
7485
252