From ece86f756dc0696ca833790aa09b182e1246b4ec Mon Sep 17 00:00:00 2001 From: Marie Date: Sun, 24 Mar 2024 23:46:57 +0000 Subject: [PATCH] chore: add new type --- packages/megalodon/src/entities/status.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/megalodon/src/entities/status.ts b/packages/megalodon/src/entities/status.ts index da36a0471..bb003f13d 100644 --- a/packages/megalodon/src/entities/status.ts +++ b/packages/megalodon/src/entities/status.ts @@ -38,7 +38,7 @@ namespace Entity { language: string | null pinned: boolean | null emoji_reactions: Array - quote: Status | boolean + quote: Status | boolean | null bookmarked: boolean }