We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74526d9 commit 1727bc1Copy full SHA for 1727bc1
src/replicator.rs
@@ -535,7 +535,7 @@ pub struct Replicator {
535
pub headers: Option<MutableDict>,
536
pub context: Option<Box<ReplicationConfigurationContext>>,
537
change_listeners: ReplicatorsListeners<ReplicatorChangeListener>,
538
- document_listeners: ReplicatorsListeners<ReplicatedDocumentListener>,
+ pub document_listeners: ReplicatorsListeners<ReplicatedDocumentListener>,
539
}
540
541
impl CblRef for Replicator {
0 commit comments