mastodon/app
Renato "Lond" Cerqueira 5c5e14c816 Fix undefined method error in sidekiq (#9807)
* Fix undefined method error in sidekiq

Body can be not nil but still be empty, which causes a
`NoMethodError: undefined method `[]' for nil:NilClass` further in the
code. This checks for an empty body to avoid the issue.

* Fix codeclimate issue
2019-01-14 17:28:41 +01:00
..
chewy Get rid of Chewy order/limit warning (#8355) 2018-08-22 02:44:56 +02:00
controllers Redesign admin instances area (#9645) 2019-01-08 13:39:49 +01:00
helpers Add attachment list fallback to public pages (#9780) 2019-01-13 09:23:54 +00:00
javascript make draggingOver state off correctly (#9797) 2019-01-14 07:44:26 +00:00
lib Ensure blocked user unfollows blocker if Block/Undo Block are processed out of order (#9687) 2019-01-02 01:12:02 +01:00
mailers Improve e-mail digest (#9689) 2019-01-02 10:47:32 +01:00
models Redesign admin instances area (#9645) 2019-01-08 13:39:49 +01:00
policies Redesign admin instances area (#9645) 2019-01-08 13:39:49 +01:00
presenters Don't count suspended users in user count (#9380) 2018-11-27 18:49:37 +01:00
serializers Fix wrong param name in scheduled statuses and return params in API (#9725) 2019-01-06 12:03:27 +01:00
services Fix undefined method error in sidekiq (#9807) 2019-01-14 17:28:41 +01:00
validators Change note length validation to ignore mention domains and URLs (#9717) 2019-01-05 07:16:46 +01:00
views Add attachment list fallback to public pages (#9780) 2019-01-13 09:23:54 +00:00
workers Fix wrong param name in scheduled statuses and return params in API (#9725) 2019-01-06 12:03:27 +01:00