mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
use text/gemini mime type by default
This commit is contained in:
parent
fe3bec5caa
commit
bf9b7cbc93
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ class Gemini
|
|||
$response->getData()
|
||||
): break;
|
||||
|
||||
default: $mime = null;
|
||||
default: $mime = Filesystem::MIME_TEXT_GEMINI;
|
||||
}
|
||||
|
||||
$this->_connection->setMime(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue