@codingfactory/messenger-client 0.2.34 → 0.2.35

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.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2415,7 +2415,7 @@ function dc(e) {
2415
2415
  function x(M) {
2416
2416
  if (M.user_id === p.value)
2417
2417
  return;
2418
- const O = y();
2418
+ const O = M.conversation_id.trim() || y();
2419
2419
  if (!O)
2420
2420
  return;
2421
2421
  const se = {
@@ -2429,7 +2429,7 @@ function dc(e) {
2429
2429
  if (M.user_id === p.value)
2430
2430
  return;
2431
2431
  J(M.user_id);
2432
- const O = y();
2432
+ const O = M.conversation_id.trim() || y();
2433
2433
  O && (d.value = d.value.filter((se) => se.id !== M.user_id), n.removeTypingUser(O, M.user_id));
2434
2434
  }
2435
2435
  const Se = ie(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingfactory/messenger-client",
3
- "version": "0.2.34",
3
+ "version": "0.2.35",
4
4
  "description": "Shared messaging frontend state, API helpers, and realtime composables.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",