diff options
author | Matt Jankowski <mjankowski@thoughtbot.com> | 2017-06-09 12:09:37 -0400 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-06-09 18:09:37 +0200 |
commit | 022008a2a6fb5fe872b04009e1029e2a904bafcc (patch) | |
tree | b660e05c42166a38eb48b0daf095eb37fb79cf4c /app/models | |
parent | a3715598cc888db462205d74a8b83e57e885dec8 (diff) |
Language detection defaults to nil (#3666)
* Default to nil for statuses.language * Language detection defaults to nil instead of instance UI default
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/status.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/status.rb b/app/models/status.rb index af9f7524e..24d3db2bf 100644 --- a/app/models/status.rb +++ b/app/models/status.rb @@ -20,7 +20,7 @@ # reply :boolean default(FALSE) # favourites_count :integer default(0), not null # reblogs_count :integer default(0), not null -# language :string default("en"), not null +# language :string # conversation_id :integer # |