config = $config; } /** * @throws HTTPException\InternalServerErrorException */ protected function rawContent(array $request = []) { $account = User::getSystemAccount(); $this->jsonExit(new Mastodon\ExtendedDescription(new DateTime($account['updated']), $this->config->get('config', 'info'))); } }