Use the post language for the language detection / config for quality
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user