Merge pull request #1199 from orbitdb/expose-identities

Expose identities from OrbitDB
This commit is contained in:
Hayden Young
2024-10-28 20:11:41 +08:00
committed by GitHub

View File

@@ -193,6 +193,7 @@ const OrbitDB = async ({ ipfs, id, identity, identities, directory } = {}) => {
ipfs,
directory,
keystore,
identities,
identity,
peerId
}