appConfig->getAppValue('enabled_thread_summary', 'no'); $this->appConfig->deleteAppValue('enabled_thread_summary'); if ($allowThreadSummary !== 'yes') { return null; } $allowSmartReplies = $this->appConfig->getAppValue('enabled_smart_reply', 'no'); $this->appConfig->deleteAppValue('enabled_smart_reply'); if ($allowSmartReplies !== 'yes') { return null; } $this->appConfig->setAppValue('llm_processing', 'yes'); return null; } }