]> cat aescling's git repositories - mastodon.git/commit
Guarantee Subscription service first account has proper URL details (#4732)
authorJames <james.vogon@gmail.com>
Thu, 31 Aug 2017 13:44:00 +0000 (06:44 -0700)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 31 Aug 2017 13:44:00 +0000 (15:44 +0200)
commit6b2be5dbfb73e2daf78cf050e5f24c2a8b31ece5
tree16b81ff04198a44641f0814f686e1856ab96d4d7
parent69957ed10a4b7987fd50351da89944b146952b33
Guarantee Subscription service first account has proper URL details (#4732)

* Guarantee Subscription service first account has proper URL details

Subscription Service potentially could break if the first user suspended
themselves, creating a situation where the urls that populate throughout
subscription service's PuSH request would cause the remote API to throw 503 errors.

Guaranteeing that the first account picked is not suspended prevents this problem.

* Fix style issue
app/services/subscribe_service.rb