Merge branch 'develop' into chore_lint-share

This commit is contained in:
Elian Doran
2025-03-23 12:13:22 +02:00
committed by GitHub
435 changed files with 20907 additions and 11614 deletions

View File

@@ -138,6 +138,7 @@ function renderImageAttachment(image: SNote, res: Response, attachmentName: stri
function register(router: Router) {
function renderNote(note: SNote, req: Request, res: Response) {
if (!note) {
console.log("Unable to find note ", note);
res.status(404).render("share/404");
return;
}