mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: only encrypt if enable (#3236)
* fix: error page display issue * fix: override document with empty data * chore: add logs * fix: encrypt errors * fix: encrypt errors
This commit is contained in:
@ -175,7 +175,7 @@ impl DatabaseManager {
|
||||
let database = wdb
|
||||
.get_database(database_id)
|
||||
.await
|
||||
.ok_or_else(FlowyError::record_not_found)?;
|
||||
.ok_or_else(FlowyError::collab_not_sync)?;
|
||||
|
||||
let editor = Arc::new(DatabaseEditor::new(database, self.task_scheduler.clone()).await?);
|
||||
editors.insert(database_id.to_string(), editor.clone());
|
||||
|
Reference in New Issue
Block a user