From a discussion in a thread i remember that the replication is not automatically started. Also this is my experience since I'm not using these functions.
* docs: Update README to match new version.
* docs: Update events example to use new API.
* docs: Correctly print out db query results.
* test: Remove concurrent.
* test: Remove unimplemented and 3rd party AC tests.
* test: Remove unimplemented and 3rd party identity tests.
* docs: Move jsdoc config to conf directory.
* Point package.json main at index.js to access all exported functions.
* docs: Vetted AC docs; these examples should work if implemented in code. Explicitly show orbit-db function imports.
* docs: Fix incorrectly declared write objects.
* docs: Improved canAppend documentation. Better JS syntax highlighting.
* docs: wss and define filters for localhost separately.
* docs: Simplified webSockets implementation with filters.
* docs: Return manifest json only (no hash). JS highlighting.
* docs: Remove operations documentation.
* docs: Update heading levels.
* docs: Differentiate between db types which expose put/add function.
* docs: Correctly import IPFS and pass config.
* docs: A simple method for full db replication.
* docs: Link to existing examples of db implementation.
* docs: Update heading.
* docs: JS code formatting. import statements.
* docs: Expand on the concepts of identities and identity management.
* docs: Describe head sync-ing and full replication.
* docs: Comprehensive explanation of setting up a db and sync-ing/replicating data across peers. Examples can be run in node.js.
* docs: Syntax highlighting. Correct code implementation for custom/3rd party storage implementations.
* docs: Getting started cleanup.
* docs: Manifest as an IPLD data strcture.