fix(#480): keep content warning when editing a status (#492)

This commit is contained in:
Sebastian Di Luzio 2022-12-21 15:21:45 +01:00 committed by GitHub
parent f542011b55
commit ed7989cc2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -85,7 +85,7 @@ async function editStatus() {
openPublishDialog(`edit-${status.id}`, {
...await getDraftFromStatus(status),
editingStatus: status,
})
}, true)
}
</script>