diff --git a/src/Services/HistoryService.php b/src/Services/HistoryService.php index 3c81a489..04b36423 100644 --- a/src/Services/HistoryService.php +++ b/src/Services/HistoryService.php @@ -82,6 +82,7 @@ class HistoryService public function getPostDeleteSnapshot(\Szurubooru\Entities\Post $post) { $snapshot = $this->getPostSnapshot($post); + $snapshot->setData([]); $snapshot->setOperation(\Szurubooru\Entities\Snapshot::OPERATION_DELETE); return $snapshot; }