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
commit f01476c00a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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