mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
parent
8f2ed79a0b
commit
8ebed7fc68
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class PostStatusService < BaseService
|
|||
end
|
||||
|
||||
def detect_language(text)
|
||||
WhatLanguage.new(:all).language_iso(text)
|
||||
WhatLanguage.new(:all).language_iso(text) || 'en'
|
||||
end
|
||||
|
||||
def process_mentions_service
|
||||
|
|
Loading…
Reference in a new issue