@evo/chat-core
Advanced tools
Comparing version 0.7.19 to 0.7.20
@@ -636,4 +636,4 @@ 'use strict'; | ||
updReceiveRoom = (0, _utils.updateMessageById)(updReceiveRoom, data.temporary_id, newMessageData); | ||
} else if ((0, _utils.getMessageById)(receiveRoom, data.message_id)) { | ||
updReceiveRoom = (0, _utils.updateMessageById)(updReceiveRoom, data.message_id, newMessageData); | ||
} else if ((0, _utils.getMessageById)(receiveRoom, data.id)) { | ||
updReceiveRoom = (0, _utils.updateMessageById)(updReceiveRoom, data.id, newMessageData); | ||
} else { | ||
@@ -640,0 +640,0 @@ updReceiveRoom = (0, _utils.insertMessage)(updReceiveRoom, newMessageData); |
{ | ||
"name": "@evo/chat-core", | ||
"version": "0.7.19", | ||
"version": "0.7.20", | ||
"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
61865