]> cat aescling's git repositories - mastodon.git/commit
Fix some nil errors (#3338)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 26 May 2017 22:53:38 +0000 (00:53 +0200)
committerGitHub <noreply@github.com>
Fri, 26 May 2017 22:53:38 +0000 (00:53 +0200)
commit44cb08297c4fd992f3438b8cac99e1364edd4847
tree79b843bccb0c4db0b75dca7b99c97ce64fb3196a
parentbd21afb5edf58a2ce93d0d61ac5ccbada5d857da
Fix some nil errors (#3338)

* Fix nil input not handled well in AuthorExtractor concern

* Fix hard error in ProcessFeedService when replied-to status has been deleted

* Fix nil errors in ProcessInteractionService when favourited status
cannot be found
app/services/concerns/author_extractor.rb
app/services/process_feed_service.rb
app/services/process_interaction_service.rb