Complete local-first content migration slice

This commit is contained in:
2026-08-05 16:24:04 -05:00
parent 993abb96df
commit f850bae77c
60 changed files with 2755 additions and 2729 deletions
-4
View File
@@ -404,10 +404,6 @@ impl AuthManager {
let global_resource_handles =
GlobalResourceHandlesProvider::as_ref(ctx).get().clone();
// As part of Logout v0:
// Reconstruct the database if it was removed.
// Do nothing if the database was not removed.
persistence::reconstruct(&global_resource_handles.model_event_sender);
if let Some(model_event_sender) = &global_resource_handles.model_event_sender {
if let Err(e) =
model_event_sender.send(ModelEvent::UpsertCurrentUserInformation {