diff --git a/composables/masto/statusDrafts.ts b/composables/masto/statusDrafts.ts
index 4a58d9c7..37060a0b 100644
--- a/composables/masto/statusDrafts.ts
+++ b/composables/masto/statusDrafts.ts
@@ -63,6 +63,7 @@ export async function getDraftFromStatus(status: mastodon.v1.Status): Promise<Dr
     sensitive: status.sensitive,
     spoilerText: status.spoilerText,
     language: status.language,
+    inReplyToId: status.inReplyToId,
   })
 }