diff --git a/core/imageboard/image.php b/core/imageboard/image.php index dce56070..4f5ece3b 100644 --- a/core/imageboard/image.php +++ b/core/imageboard/image.php @@ -44,8 +44,11 @@ class Image public ?array $tag_array; public int $owner_id; public string $owner_ip; + #[Field] public ?string $posted = null; + #[Field] public ?string $source; + #[Field] public bool $locked = false; public ?bool $lossless = null; public ?bool $video = null;