l-min-components 1.6.1261 → 1.6.1263
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/package.json
CHANGED
|
@@ -1329,17 +1329,17 @@ const useMessageKit = (/*affiliatesActive*/) => {
|
|
|
1329
1329
|
// latestMessageId: "57e31128214a4269be8b9e3bb18495c4",
|
|
1330
1330
|
// roomId: "5be9b48281ac4c2885d3b719654ed59d",
|
|
1331
1331
|
// });
|
|
1332
|
-
await sendMessage({
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
});
|
|
1332
|
+
// await sendMessage({
|
|
1333
|
+
// text: "automated message v2",
|
|
1334
|
+
// courseId: "878",
|
|
1335
|
+
// accountId: "24dbaeede1",
|
|
1336
|
+
// });
|
|
1337
1337
|
})();
|
|
1338
1338
|
}, []); // Rerun when selectedAccount changes
|
|
1339
|
-
console.log(
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
);
|
|
1339
|
+
// console.log(
|
|
1340
|
+
// getMessagesForRoom("5be9b48281ac4c2885d3b719654ed59d", "878", "24dbaeede1"),
|
|
1341
|
+
// "hold versions"
|
|
1342
|
+
// );
|
|
1343
1343
|
// --- Handle Incoming WebSocket Messages ---
|
|
1344
1344
|
useEffect(() => {
|
|
1345
1345
|
const socket = new WebSocket(buildSocketUrl());
|