mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Fix HTML in account/channel description
This commit is contained in:
parent
d91021548e
commit
0e45e336f6
17 changed files with 64 additions and 26 deletions
|
@ -51,7 +51,7 @@ export class InstanceService {
|
|||
}
|
||||
|
||||
for (const key of Object.keys(html)) {
|
||||
html[key] = await this.markdownService.textMarkdownToHTML(about.instance[key])
|
||||
html[key] = await this.markdownService.textMarkdownToHTML({ markdown: about.instance[key] })
|
||||
}
|
||||
|
||||
return html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue