Skip to content
Snippets Groups Projects
Unverified Commit eb787020 authored by Michael Große's avatar Michael Große
Browse files

fix(TASK_RECENTCHANGES_TRIM event): Add isMedia flag

parent 50d9e958
No related branches found
No related tags found
No related merge requests found
......@@ -149,6 +149,7 @@ class TaskRunner
}
$eventData = [
'isMedia' => $media_changes,
'trimmedChangelogLines' => $out_lines,
'removedChangelogLines' => $extra > 0 ? array_slice($old_lines, 0, -$extra) : $old_lines,
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment