diff --git a/src/utils/exportUtils/HtmlExport.ts b/src/utils/exportUtils/HtmlExport.ts index 1b0d59ab6b..6ca7f8057b 100644 --- a/src/utils/exportUtils/HtmlExport.ts +++ b/src/utils/exportUtils/HtmlExport.ts @@ -290,7 +290,7 @@ const getUserPic = async (event: MatrixEvent) => {
${event.sender.name[0]} -
; +
`; @@ -386,7 +386,7 @@ const createMessageBody = async (event: MatrixEvent, joined = false, isReply = f
${new Date(event.getTs()).toLocaleTimeString().slice(0, -3)} -
; +
${!joined ? `
${event.sender.name}
`: ``}