fix: reply remove-and-re-draft error (#2028)
parent
a0d036952d
commit
574d72af61
|
@ -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,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue