diff --git a/composables/masto/statusDrafts.ts b/composables/masto/statusDrafts.ts index 45b10fc7..e6bc0e5d 100644 --- a/composables/masto/statusDrafts.ts +++ b/composables/masto/statusDrafts.ts @@ -72,6 +72,8 @@ export function getReplyDraft(status: mastodon.v1.Status) { return getDefaultDraft({ initialText: '', inReplyToId: status!.id, + sensitive: status.sensitive, + spoilerText: status.spoilerText, visibility: status.visibility, mentions: accountsToMention, language: status.language,