fix: use html content for redrafting
This commit is contained in:
parent
ca1b7169f1
commit
d62292d219
2 changed files with 4 additions and 4 deletions
|
@ -71,8 +71,8 @@ const deleteAndRedraft = async () => {
|
|||
}
|
||||
|
||||
removeCachedStatus(status.id)
|
||||
const { text } = await masto.statuses.remove(status.id)
|
||||
openPublishDialog('dialog', await getDraftFromStatus(status, text), true)
|
||||
await masto.statuses.remove(status.id)
|
||||
openPublishDialog('dialog', await getDraftFromStatus(status), true)
|
||||
}
|
||||
|
||||
const reply = () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue