Add to Post/Thread class props (bugfix)

This commit is contained in:
towards-a-new-leftypol 2023-12-09 07:23:07 +00:00
parent 6d71f0e535
commit 8839bd6e7a
1 changed files with 1 additions and 0 deletions

View File

@ -375,6 +375,7 @@ class PostProps {
public $replies;
public $built;
public $youtube;
}