@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.
- package/dist/index.mjs +2 -6
- 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
|
-
|
|
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.
|
|
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",
|