diff --git a/bun.lockb b/bun.lockb index 62efe9a..0936e31 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 5336eef..be64553 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@ark-ui/vue": "^3.3.1", - "@lysand-org/client": "^0.1.2", + "@lysand-org/client": "^0.1.3", "@nuxt/fonts": "^0.7.0", "@tailwindcss/typography": "^0.5.13", "@vee-validate/nuxt": "^4.13.1", diff --git a/types/mastodon/status.ts b/types/mastodon/status.ts index 3b35a5a..eaab460 100644 --- a/types/mastodon/status.ts +++ b/types/mastodon/status.ts @@ -38,7 +38,7 @@ export type Status = { language: string | null; pinned: boolean | null; emoji_reactions: Array; - quote: Status; + quote: Status | null; bookmarked: boolean; };