perf: Don't load CRDT state from database by default (#3215)
This commit is contained in:
@@ -34,7 +34,7 @@ import Fix from "./decorators/Fix";
|
||||
return {
|
||||
include: [
|
||||
{
|
||||
model: Document.scope("withUnpublished"),
|
||||
model: Document.scope("withDrafts"),
|
||||
paranoid: true,
|
||||
as: "document",
|
||||
include: [
|
||||
|
||||
Reference in New Issue
Block a user