mirror of
https://github.com/docmost/docmost
synced 2025-03-28 21:13:28 +00:00
fix: index imported content (#495)
This commit is contained in:
parent
8194c7d42d
commit
dd0319a14d
@ -4,7 +4,7 @@ import { MultipartFile } from '@fastify/multipart';
|
||||
import { sanitize } from 'sanitize-filename-ts';
|
||||
import * as path from 'path';
|
||||
import {
|
||||
htmlToJson,
|
||||
htmlToJson, jsonToText,
|
||||
tiptapExtensions,
|
||||
} from '../../collaboration/collaboration.util';
|
||||
import { InjectKysely } from 'nestjs-kysely';
|
||||
@ -72,6 +72,7 @@ export class ImportService {
|
||||
slugId: generateSlugId(),
|
||||
title: pageTitle,
|
||||
content: prosemirrorJson,
|
||||
textContent: jsonToText(prosemirrorJson),
|
||||
ydoc: await this.createYdoc(prosemirrorJson),
|
||||
position: pagePosition,
|
||||
spaceId: spaceId,
|
||||
|
Loading…
x
Reference in New Issue
Block a user