courrier clean 2$
This commit is contained in:
parent
d09d8f0579
commit
6e66c2ac34
@ -310,7 +310,7 @@ export async function decodeComposeContent(content: string): Promise<{
|
||||
|
||||
const parsed = await response.json();
|
||||
|
||||
// Sanitize the parsed content while preserving text direction
|
||||
// Apply LTR sanitization to the parsed content
|
||||
return {
|
||||
html: parsed.html ? sanitizeHtml(parsed.html) : null,
|
||||
text: parsed.text || null
|
||||
|
||||
Loading…
Reference in New Issue
Block a user