]> cat aescling's git repositories - mastodon.git/commit
Disable language detection for texts shorter than 140 characters (#8010)
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 14 Jul 2018 02:05:36 +0000 (04:05 +0200)
committerGitHub <noreply@github.com>
Sat, 14 Jul 2018 02:05:36 +0000 (04:05 +0200)
commit38e9662d78784d8286917f0d0e47d76d0df916df
treefd398f94334eb23179872d95c0888447638adcf8
parent0180037dfb45b80c3e3a04bc9cfb69fae1da37c0
Disable language detection for texts shorter than 140 characters (#8010)

If the input text is blank after preparation (only mention, or
only URL, or empty as in a media post), then use nil as language,
since it's OK to show to everyone.

Otherwise, always fall back to the server's default locale
app/lib/language_detector.rb
spec/lib/language_detector_spec.rb