consistent naming between serialize and deserialize modules
This commit is contained in:
parent
036cb02c0e
commit
e2388afb51
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ function parseHtmlMessage(html) {
|
|||
return parts;
|
||||
}
|
||||
|
||||
export default function parseEvent(event) {
|
||||
export function parseEvent(event) {
|
||||
const content = event.getContent();
|
||||
if (content.format === "org.matrix.custom.html") {
|
||||
return parseHtmlMessage(content.formatted_body);
|
Loading…
Add table
Add a link
Reference in a new issue