You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
comment out more old draft stuff
This commit is contained in:
@@ -112,7 +112,7 @@ export function charactersToImageNode(alt, useSvg, ...unicode) {
|
||||
/>;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
export function processHtmlForSending(html: string): string {
|
||||
const contentDiv = document.createElement('div');
|
||||
contentDiv.innerHTML = html;
|
||||
@@ -146,6 +146,7 @@ export function processHtmlForSending(html: string): string {
|
||||
|
||||
return contentHTML;
|
||||
}
|
||||
*/
|
||||
|
||||
/*
|
||||
* Given an untrusted HTML string, return a React node with an sanitized version
|
||||
|
||||
Reference in New Issue
Block a user