From 3b3b908ccdf1f475c3f36df06d8da3cabe526a68 Mon Sep 17 00:00:00 2001 From: yupix Date: Wed, 29 Nov 2023 08:08:06 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20packedNoteSchema=E3=81=ABclippedCount?= =?UTF-8?q?=E3=81=8C=E6=8A=9C=E3=81=91=E3=81=A6=E3=81=84=E3=82=8B=20(#1249?= =?UTF-8?q?9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/backend/src/models/json-schema/note.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/backend/src/models/json-schema/note.ts b/packages/backend/src/models/json-schema/note.ts index 392fa7e1c..aa749943f 100644 --- a/packages/backend/src/models/json-schema/note.ts +++ b/packages/backend/src/models/json-schema/note.ts @@ -186,6 +186,10 @@ export const packedNoteSchema = { optional: false, nullable: false, }, }, + clippedCount: { + type: 'number', + optional: true, nullable: false, + }, myReaction: { type: 'object',