@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 +1 -0
- package/index.umd.js +1 -0
- package/package.json +1 -1
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);
|