disable inline note previews from users with quotes disabled

This commit is contained in:
Hazelnoot 2025-02-20 21:34:09 -05:00
parent f39f47aade
commit 3642ea022b
8 changed files with 21 additions and 11 deletions

View file

@ -17,6 +17,11 @@ export const packedNoteSchema = {
optional: false, nullable: false,
format: 'date-time',
},
updatedAt: {
type: 'string',
optional: true, nullable: false,
format: 'date-time',
},
deletedAt: {
type: 'string',
optional: true, nullable: true,