sceyt-chat-react-uikit 1.7.6-beta.13 → 1.7.6-beta.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -15005,7 +15005,7 @@ function watchForEvents() {
15005
15005
  case 74:
15006
15006
  markersMap[messageId] = true;
15007
15007
  if (_channel6) {
15008
- if (_channel6.lastMessage && messageId === _channel6.lastMessage.id && _channel6.lastMessage.deliveryStatus !== MESSAGE_DELIVERY_STATUS.READ) {
15008
+ if (_channel6.lastMessage && messageId === _channel6.lastMessage.id) {
15009
15009
  updateLastMessage = true;
15010
15010
  }
15011
15011
  }
package/index.modern.js CHANGED
@@ -15004,7 +15004,7 @@ function watchForEvents() {
15004
15004
  case 74:
15005
15005
  markersMap[messageId] = true;
15006
15006
  if (_channel6) {
15007
- if (_channel6.lastMessage && messageId === _channel6.lastMessage.id && _channel6.lastMessage.deliveryStatus !== MESSAGE_DELIVERY_STATUS.READ) {
15007
+ if (_channel6.lastMessage && messageId === _channel6.lastMessage.id) {
15008
15008
  updateLastMessage = true;
15009
15009
  }
15010
15010
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sceyt-chat-react-uikit",
3
- "version": "1.7.6-beta.13",
3
+ "version": "1.7.6-beta.14",
4
4
  "description": "Interactive React UI Components for Sceyt Chat.",
5
5
  "author": "Sceyt",
6
6
  "license": "MIT",