]> cat aescling's git repositories - mastodon.git/commit
Fix #54 - Fetch remote accounts by URL from mentions
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 26 Sep 2016 14:42:38 +0000 (16:42 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 26 Sep 2016 14:44:40 +0000 (16:44 +0200)
commitc6b0311b8626b42bc7e79e0195047a50e5b64dd1
treee68f4b6922de5ec6277de7bc76b2bdb47a8c3e89
parent0bd4608ad1b29328f04fcad6e7a20ef61668d239
Fix #54 - Fetch remote accounts by URL from mentions

Fetching atom extracted from FetchRemoteAccountService and FetchRemoteStatusService
into FetchAtomService. Mentions of the constant "http://activityschema.org/collection/public"
skipped as it's not a real URL/user.
app/services/fan_out_on_write_service.rb
app/services/fetch_atom_service.rb [new file with mode: 0644]
app/services/fetch_feed_service.rb [deleted file]
app/services/fetch_remote_account_service.rb [new file with mode: 0644]
app/services/fetch_remote_status_service.rb
app/services/process_feed_service.rb
spec/controllers/api/subscriptions_controller_spec.rb
spec/services/fetch_atom_service_spec.rb [new file with mode: 0644]
spec/services/fetch_feed_service_spec.rb [deleted file]
spec/services/fetch_remote_account_service_spec.rb [new file with mode: 0644]
spec/services/fetch_remote_status_service_spec.rb [new file with mode: 0644]