@aakash58/chatbot 1.1.2 → 1.1.3
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.
|
@@ -2564,7 +2564,7 @@ class ChatUIStateService {
|
|
|
2564
2564
|
}
|
|
2565
2565
|
}
|
|
2566
2566
|
}
|
|
2567
|
-
}, ...(ngDevMode ? [{ debugName: "markAsReadEffect" }] : []));
|
|
2567
|
+
}, ...(ngDevMode ? [{ debugName: "markAsReadEffect", allowSignalWrites: true }] : [{ allowSignalWrites: true }]));
|
|
2568
2568
|
//! =================== PUBLIC METHODS ===========================
|
|
2569
2569
|
/**
|
|
2570
2570
|
* Set the messages signal reference from an external source
|