@vlprojects-chat/chat 0.13.0-LD-7446-direct.3 → 0.13.0-LD-7446-direct.4

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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -6
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -33979,11 +33979,7 @@ let pp = class extends br({
33979
33979
  }, r = async (w) => {
33980
33980
  await nv(t, w.channelId, { messages: [w.message] }), n(w);
33981
33981
  }, o = async (w) => {
33982
- if (w.uiElementIdForRedirect !== t.chat.tabId) {
33983
- console.log("skip", w);
33984
- return;
33985
- }
33986
- console.log("parse", w), await nv(t, w.id, { messages: w.messages, users: w.users }), t.ui.setRoute(`${gt.Channels}/${w.id}`);
33982
+ w.tabId === t.chat.tabId && (await nv(t, w.id, { messages: w.messages, users: w.users }), t.ui.setRoute(`${gt.Channels}/${w.id}`));
33987
33983
  }, i = (w) => {
33988
33984
  const T = t.chat.channels.get(`${w.channelId}`);
33989
33985
  if (!T) {
@@ -39086,7 +39082,7 @@ const gP = {
39086
39082
  }, vce = () => {
39087
39083
  const e = pe.useContext(j2);
39088
39084
  return e ? e.chatSnackbarContainer : null;
39089
- }, yce = "@vlprojects-chat/chat", bce = "vlprojects", wce = "0.13.0-LD-7446-direct.2", Sce = "vlprojects chat", Ece = "ISC", xce = "dist/index.d.ts", Cce = "./dist/index.mjs", Tce = "./dist/index.mjs", Oce = [
39085
+ }, yce = "@vlprojects-chat/chat", bce = "vlprojects", wce = "0.13.0-LD-7446-direct.3", Sce = "vlprojects chat", Ece = "ISC", xce = "dist/index.d.ts", Cce = "./dist/index.mjs", Tce = "./dist/index.mjs", Oce = [
39090
39086
  "dist"
39091
39087
  ], Rce = {
39092
39088
  type: "git",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vlprojects-chat/chat",
3
3
  "author": "vlprojects",
4
- "version": "0.13.0-LD-7446-direct.3",
4
+ "version": "0.13.0-LD-7446-direct.4",
5
5
  "description": "vlprojects chat",
6
6
  "license": "ISC",
7
7
  "types": "dist/index.d.ts",