whyuzeim 1.1.30 → 1.1.31
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.
|
@@ -451,7 +451,7 @@ var HighlyCustomChat = function HighlyCustomChat(props) {
|
|
|
451
451
|
}();
|
|
452
452
|
React.useEffect(function () {
|
|
453
453
|
if (client) {
|
|
454
|
-
client.addEventHandler("
|
|
454
|
+
client.addEventHandler("UIKitMessage", {
|
|
455
455
|
onChannelMessage: function onChannelMessage(message) {
|
|
456
456
|
console.log(_JSON$stringify(message), 'dfsfsd1');
|
|
457
457
|
},
|
|
@@ -449,7 +449,7 @@ var HighlyCustomChat = function HighlyCustomChat(props) {
|
|
|
449
449
|
}();
|
|
450
450
|
useEffect(function () {
|
|
451
451
|
if (client) {
|
|
452
|
-
client.addEventHandler("
|
|
452
|
+
client.addEventHandler("UIKitMessage", {
|
|
453
453
|
onChannelMessage: function onChannelMessage(message) {
|
|
454
454
|
console.log(_JSON$stringify(message), 'dfsfsd1');
|
|
455
455
|
},
|