feat: Add CW rendering

This commit is contained in:
Jesse Wierzbinski 2024-12-07 15:16:45 +01:00
parent 80ad22c395
commit 7372882905
No known key found for this signature in database
6 changed files with 64 additions and 29 deletions

View file

@ -203,6 +203,7 @@ const submit = async () => {
});
useEvent("composer:send-edit", data);
useEvent("composer:close");
} else {
const { data } = await client.value.postStatus(state.content, {
content_type: state.contentType,