feat: update page content

This commit is contained in:
Philipinho
2026-01-16 22:18:52 +00:00
parent bcb004af21
commit c93ea6cfc9
6 changed files with 119 additions and 9 deletions
@@ -179,7 +179,7 @@ export class PersistenceExtension implements Extension {
async onChange(data: onChangePayload) {
const documentName = data.documentName;
const userId = data.context?.user.id;
const userId = data.context?.user?.id;
if (!userId) return;
if (!this.contributors.has(documentName)) {