go-orbit-db
go-orbit-db copied to clipboard
[Feature Request] Add `Pin` option for Store operations
Per Orbit DB Store / Private Methods / _addOperation, there is an option that controls the Store
behavior: Pin a document or not. Furthermore, that option pass to public methods of Store
implementations such as DocumentStore
.
But in this Golang fork, we do not have a switch in BaseStore.AddOperation
to pin it.
This feature is vital for the production scenario.