Build overboard json

This commit is contained in:
Pietro Carrara 2021-01-11 20:21:50 -03:00
parent 0bdbe0f927
commit 2ca72c6a7c
2 changed files with 19 additions and 1 deletions

View file

@ -35,11 +35,13 @@ class Api {
'cycle' => 'cyclical',
'bump' => 'last_modified',
'embed' => 'embed',
'board' => 'board',
);
$this->threadsPageFields = array(
'id' => 'no',
'bump' => 'last_modified'
'bump' => 'last_modified',
'board' => 'board',
);
$this->fileFields = array(