chore: Remove reliance on Markdown for document.getSummary, towards #3000
This commit is contained in:
@@ -12,9 +12,7 @@ import Document from "@server/models/Document";
|
||||
import documentCollaborativeUpdater from "../commands/documentCollaborativeUpdater";
|
||||
import markdownToYDoc from "./utils/markdownToYDoc";
|
||||
|
||||
@APM.trace({
|
||||
spanName: "persistence",
|
||||
})
|
||||
@APM.trace()
|
||||
export default class PersistenceExtension implements Extension {
|
||||
/**
|
||||
* Map of documentId -> userIds that have modified the document since it
|
||||
|
||||
Reference in New Issue
Block a user