...
 
Commits (2)
......@@ -38,6 +38,7 @@ class config implements Interfaces\Api, Interfaces\ApiIgnorePam
"blockchain" => (object) Minds\Core\Di\Di::_()->get('Blockchain\Manager')->getPublicSettings(),
"plus" => Minds\Core\Config::_()->get('plus'),
"report_reasons" => Minds\Core\Config::_()->get('report_reasons'),
"last_tos_update" => (Minds\Core\Config::_()->get('last_tos_update') ?: time()),
];
return Factory::response($minds);
......