diff --git a/src/models/repositories/notification.ts b/src/models/repositories/notification.ts index 584e3d8061..983fdaf6e8 100644 --- a/src/models/repositories/notification.ts +++ b/src/models/repositories/notification.ts @@ -162,18 +162,6 @@ export const packedNotificationSchema = { ref: 'Note', optional: true as const, nullable: true as const, }, - reaction: { - type: 'string' as const, - optional: true as const, nullable: true as const, - }, - choice: { - type: 'number' as const, - optional: true as const, nullable: true as const, - }, - invitation: { - type: 'object' as const, - optional: true as const, nullable: true as const, - }, body: { type: 'string' as const, optional: true as const, nullable: true as const,