@onyx-p/imlib-web 2.0.9 → 2.1.0

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/index.esm.js CHANGED
@@ -20278,6 +20278,7 @@ class ConversationManager {
20278
20278
  }
20279
20279
  remove(conOpt) {
20280
20280
  this.store.remove(conOpt);
20281
+ this.localConversationSet.delete(this.getConversationKey(conOpt));
20281
20282
  }
20282
20283
  clearHistoryMessages(conOpt) {
20283
20284
  this.clearUnreadCount(conOpt);
package/index.umd.js CHANGED
@@ -20284,6 +20284,7 @@
20284
20284
  }
20285
20285
  remove(conOpt) {
20286
20286
  this.store.remove(conOpt);
20287
+ this.localConversationSet.delete(this.getConversationKey(conOpt));
20287
20288
  }
20288
20289
  clearHistoryMessages(conOpt) {
20289
20290
  this.clearUnreadCount(conOpt);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onyx-p/imlib-web",
3
- "version": "2.0.9",
3
+ "version": "2.1.0",
4
4
  "main": "index.umd.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "types/index.d.ts",