delete reply working

This commit is contained in:
isUnknown 2024-12-18 18:39:45 +01:00
parent 231bb21a4f
commit ffb8252808
4 changed files with 9 additions and 4 deletions

View file

@ -22,7 +22,7 @@ return [
$user = kirby()->user($data->userUuid);
$comments = $file->comments()->isEmpty() == true ? [] : Yaml::decode($file->comments()->value());
$comments = $file->comments()->isEmpty() == true ? [] : Yaml::decode($file->comments()->value());
$replyData = [
"location" => [