mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
fix response form behaviour
This commit is contained in:
parent
50c41485ac
commit
3316a149a6
2 changed files with 22 additions and 11 deletions
|
|
@ -149,6 +149,8 @@ class Response
|
|||
case 10: // response expected
|
||||
case 11: // sensitive input
|
||||
|
||||
$this->_mime = self::MIME_TEXT_GEMINI;
|
||||
|
||||
$this->_request =
|
||||
[
|
||||
'placeholder' => $response->getMeta(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue