From d200424c6783b46906f520585ebbb763e291fd1c Mon Sep 17 00:00:00 2001
From: tamaina <tamaina@hotmail.co.jp>
Date: Mon, 6 Sep 2021 02:49:38 +0900
Subject: [PATCH] fix

---
 src/models/repositories/notification.ts | 12 ------------
 1 file changed, 12 deletions(-)

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,