diff --git a/composables/masto/publish.ts b/composables/masto/publish.ts index f3a8013a..3b4e028c 100644 --- a/composables/masto/publish.ts +++ b/composables/masto/publish.ts @@ -133,7 +133,7 @@ export function usePublish(options: { draftItem.value = options.initialDraft() - if (scheduledAt) + if ('scheduled_at' in status) // When created a scheduled post, it returns `mastodon.v1.ScheduledStatus` instead // We want to return only Status, which will be used to route to the posted status page // ref. Mastodon documentation - https://docs.joinmastodon.org/methods/statuses/#create