-
-
Notifications
You must be signed in to change notification settings - Fork 605
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
IndexedDBStore: createUser is undefined, it should be set with setUserCreator when upgrading 29.1.0 -> 30.3.0 #3986
Comments
temporary workaround using undocumented as well as deprecated functions, but at least make it work for now: call
before .startup() The introduced via #3796, cc @MidhunSureshR |
changes the changelog entry to include since when this change is needed fix matrix-org#3986
changes the changelog entry to include since when this change is needed fix matrix-org#3986
in case users are supposed to call the APIs in a different order now, I have opened #3987 now that would update the documentation to reflect that. That approach seems to work on my project and doesn't use any deprecated or undocumented APIs, but I don't know if it comes with any downsides since I'm not in too deep on the internal project structure. |
changes the changelog entry to include since when this change is needed fix matrix-org#3986
changes the changelog entry to include since when this change is needed fix matrix-org#3986 Signed-off-by: WebFreak001 <[email protected]>
changes the changelog entry to include since when this change is needed fix matrix-org#3986 Signed-off-by: Jan Jurzitza <[email protected]>
* fix IndexedDBStore API documentation changes the changelog entry to include since when this change is needed fix #3986 Signed-off-by: Jan Jurzitza <[email protected]> * retroactively add breaking change note to changelog entry Signed-off-by: Jan Jurzitza <[email protected]> --------- Signed-off-by: Jan Jurzitza <[email protected]>
error:
API call:
the creation is almost exactly like what the API docs are suggesting to use, so I don't know what's going wrong here:
The text was updated successfully, but these errors were encountered: