-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
writes not included in getListing until pushed out to remote #565
Comments
Attention! We should probably best discuss via voice or on IRC. This is intended behaviour as it gives you the cached listing from the server, not the would-be listing that the server creates in the future! |
ok, i understand, but there are two problems with that:
|
Ok, then we just need to extend the 'cached' key with the new format. We already save everything locally there. No need to change more. |
this is the last issue blocking an 0.9.1 release. if work on #587 is suspended, then maybe an easy patch to quickfix this would be if we merge items from the |
Ok, sounds like a plan. |
Fixed in 0.10.0-beta. |
remoteStorage.inspect()
shows:I will rewrite indexeddb.js so that it has separate
meta
andbodies
stores instead of onenodes
store, and then meta data can immediately be written into the folder listing format.The text was updated successfully, but these errors were encountered: