]> cat aescling's git repositories - mastodon.git/commit
Fix bug in relationships API introduced by #6482 (#6527)
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 21 Feb 2018 22:22:12 +0000 (23:22 +0100)
committerGitHub <noreply@github.com>
Wed, 21 Feb 2018 22:22:12 +0000 (23:22 +0100)
commit4bc625166e381da15aea667b968e186c11be0217
tree1948470d6180a4f4034efc7264f0429061ff7448
parent61ed133fea80041b354c78b043cec72dd8644101
Fix bug in relationships API introduced by #6482 (#6527)

It was merge when it needed to be deep_merge. And added some tests
app/controllers/api/v1/accounts/relationships_controller.rb
app/presenters/account_relationships_presenter.rb
spec/controllers/api/v1/accounts/relationships_controller_spec.rb