expose more image fields
This commit is contained in:
parent
0bb8d88c1f
commit
7fbc19d7a9
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue