]> cat aescling's git repositories - mastodon.git/commit
After FollowService, re-fetch remote account asynchronously, do nothing
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 11 Feb 2017 13:12:29 +0000 (14:12 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 11 Feb 2017 13:25:01 +0000 (14:25 +0100)
commit00b5731ecb2c29dd5c79a233f046a9655031ec71
tree318e297bc3393da5a303ac5665d2f6ebae80f5b0
parente610555e10356374d1f4e0e7ca11056580ec9f3b
After FollowService, re-fetch remote account asynchronously, do nothing
if account lock info was up to date, otherwise re-do the FollowService
with now updated information
app/services/fetch_remote_account_service.rb
app/services/follow_service.rb
app/workers/after_remote_follow_request_worker.rb [new file with mode: 0644]
app/workers/after_remote_follow_worker.rb [new file with mode: 0644]
spec/controllers/api/v1/follows_controller_spec.rb