mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-08 01:49:58 +00:00
fix: reply remove-and-re-draft error (#2028)
This commit is contained in:
parent
a0d036952d
commit
574d72af61
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue