mastodon/app
Renato "Lond" Cerqueira fe180f18ff Change conditional to avoid nil into string error in sidekiq (#5987)
* Change conditional to avoid nil into string error in sidekiq
When obtaining information about users with mastodon in a different
subdomain, sidekiq was giving out a 'no implicit conversion of nil into String'

* Use presence instead of blank? with ternary.
Following suggestion on PR
2017-12-12 15:11:13 +01:00
..
controllers Fix #5953 - Add GET /api/v1/accounts/:id/lists (#5983) 2017-12-12 03:55:39 +01:00
helpers Add Galician language support (#5955) 2017-12-10 04:19:07 +01:00
javascript Refix extraspace for emojis (#5964) 2017-12-10 17:56:05 +01:00
lib Save media outside transaction (#5959) 2017-12-10 16:33:52 +01:00
mailers Using double splat operator (#5859) 2017-12-06 11:41:57 +01:00
models Change account_id non-nullable in lists (#5979) 2017-12-12 04:11:17 +01:00
policies Allow admin to deactivate invite created by users (#5860) 2017-12-01 12:26:19 +01:00
presenters Using double splat operator (#5859) 2017-12-06 11:41:57 +01:00
serializers Add embed_url to preview cards (#5775) 2017-12-07 03:37:43 +01:00
services Change conditional to avoid nil into string error in sidekiq (#5987) 2017-12-12 15:11:13 +01:00
validators Limit users to 50 lists, remove pagination from lists API (#5933) 2017-12-09 01:32:29 +01:00
views Improve public status page title (#5985) 2017-12-12 03:56:30 +01:00
workers Lists redis clean-up (#5886) 2017-12-05 23:20:27 +01:00