@vlprojects-chat/chat 0.17.0-LD-8093.6 → 0.17.0-LD-8093.8

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 +5 -3
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -30959,7 +30959,9 @@ let $t = class extends br({
30959
30959
  }
30960
30960
  addMessages(e) {
30961
30961
  console.log("addMessages", e);
30962
- let t = 0, n = 0;
30962
+ let t = 0;
30963
+ console.log("this.lastReadTimestamp=", this.lastReadTimestamp);
30964
+ let n = 0;
30963
30965
  const r = lp(this);
30964
30966
  return e.forEach((o) => {
30965
30967
  var i;
@@ -30978,7 +30980,7 @@ let $t = class extends br({
30978
30980
  });
30979
30981
  o.type === kc.System && s.loadSystemData(r, o.meta.event, o.meta.data), this.messages.set(o.id, s);
30980
30982
  }
30981
- }), this.unreadMessagesCount += n, t;
30983
+ }), console.log("unreadMessagesCount=", this.unreadMessagesCount + n), this.unreadMessagesCount += n, t;
30982
30984
  }
30983
30985
  setPollList(e) {
30984
30986
  var t;
@@ -39129,7 +39131,7 @@ const yP = {
39129
39131
  }, gce = () => {
39130
39132
  const e = pe.useContext(_2);
39131
39133
  return e ? e.chatSnackbarContainer : null;
39132
- }, vce = "@vlprojects-chat/chat", yce = "vlprojects", bce = "0.17.0-LD-8093.5", wce = "vlprojects chat", Sce = "ISC", Ece = "dist/index.d.ts", xce = "./dist/index.mjs", Cce = "./dist/index.mjs", Tce = [
39134
+ }, vce = "@vlprojects-chat/chat", yce = "vlprojects", bce = "0.17.0-LD-8093.7", wce = "vlprojects chat", Sce = "ISC", Ece = "dist/index.d.ts", xce = "./dist/index.mjs", Cce = "./dist/index.mjs", Tce = [
39133
39135
  "dist"
39134
39136
  ], Oce = {
39135
39137
  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.17.0-LD-8093.6",
4
+ "version": "0.17.0-LD-8093.8",
5
5
  "description": "vlprojects chat",
6
6
  "license": "ISC",
7
7
  "types": "dist/index.d.ts",