#164 fix comment update

This commit is contained in:
isUnknown 2025-09-23 08:20:17 +02:00
parent 13ac9eb6bb
commit 2e0f28a13f
48 changed files with 3732 additions and 428 deletions

View file

@ -8,7 +8,6 @@ return [
$data = json_decode($json);
$page = page($data->location->page->uri);
$project = page($data->location->project->uri);
$file = $page->file($data->location->file->uuid);
$isReply = $data->location->parent->id ?? false;