Use the post language for the language detection / config for quality

This commit is contained in:
Michael
2023-11-05 19:18:10 +00:00
parent 19c5667d9f
commit 5ae0331993
5 changed files with 84 additions and 20 deletions
+4
View File
@@ -562,6 +562,10 @@ return [
// Deny undetected languages
'relay_deny_undetected_language' => false,
// relay_language_quality (Integer)
// Minimum value for the language detection quality for relay posts. The value must be betweeen 0 and 1.
'relay_language_quality' => 0,
// session_handler (database|cache|native)
// Whether to use Cache to store session data or to use PHP native session storage.
'session_handler' => 'database',