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

zio/stable
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
1 changed files with 1 additions and 0 deletions

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