fix: reply remove-and-re-draft error (#2028)

This commit is contained in:
Alex 2023-04-28 11:25:53 +08:00 committed by GitHub
parent a0d036952d
commit 574d72af61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
})
}