Skip to content

Commit f96a3ce

Browse files
committed
fix(server): HTTP streaming notes with unicode names (closes #757)
1 parent 0ca2d5e commit f96a3ce

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

package-lock.json

+10-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"escape-html": "1.0.3",
8484
"eslint": "9.16.0",
8585
"express": "4.21.2",
86-
"express-partial-content": "1.0.2",
86+
"@triliumnext/express-partial-content": "1.0.1",
8787
"express-rate-limit": "7.4.1",
8888
"express-session": "1.18.1",
8989
"force-graph": "1.47.0",

src/routes/routes.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import cls from "../services/cls.js";
1010
import sql from "../services/sql.js";
1111
import entityChangesService from "../services/entity_changes.js";
1212
import csurf from "csurf";
13-
import { createPartialContentHandler } from "express-partial-content";
13+
import { createPartialContentHandler } from "@triliumnext/express-partial-content";
1414
import rateLimit from "express-rate-limit";
1515
import AbstractBeccaEntity from "../becca/entities/abstract_becca_entity.js";
1616
import NotFoundError from "../errors/not_found_error.js";

0 commit comments

Comments
 (0)