Update call_recordings.php

This commit is contained in:
FusionPBX
2026-01-30 05:39:30 -07:00
committed by GitHub
parent 784a23951f
commit 12d6d92f41

View File

@@ -243,6 +243,7 @@ class call_recordings {
$transcript_summary = $params['transcript_summary'] ?? '';
//format the call recording transcript summary
require_once "resources/classes/parsedown.php";
$parsedown = new Parsedown();
$parsedown->setSafeMode(true);
$parsedown->setMarkupEscaped(true);