You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
7 years ago
..
controllers
helpers
javascript
lib
mailers
models Change account_id non-nullable in lists (#5979) 7 years ago
policies
presenters
serializers
services Change conditional to avoid nil into string error in sidekiq (#5987) 7 years ago
validators
views Improve public status page title (#5985) 7 years ago
workers