You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We implemented our own idb storage. We expected "digest" and "length" to be generated when attachment is created, but unfortunately these properties are undefined.
The text was updated successfully, but these errors were encountered:
Hi @nothingkid
So the reason is that in the past we only had pouchdb which creates the attachment digest by itself.
I think we should put that inside of RxDB instead so that the RxStorage implementation does not have to take care of it.
As I am preparing the next major release at the moment, you can create a PR if you want.
Otherwise I will put that into the backlog.
We implemented our own idb storage. We expected "digest" and "length" to be generated when attachment is created, but unfortunately these properties are undefined.
The text was updated successfully, but these errors were encountered: