]> cat aescling's git repositories - mastodon.git/commit
Add locality check to ActivityPub::FetchRemoteAccountService (#9109)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 26 Oct 2018 21:08:34 +0000 (23:08 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Oct 2018 21:08:34 +0000 (23:08 +0200)
commiteef8d9a5f7d07bf785c6a7184e01374e211c6d7f
tree2f0fa19750c33e94ac060540be04eda694d5f495
parent6e1a4f85ad96b25087d98fed1e70044c0f45a132
Add locality check to ActivityPub::FetchRemoteAccountService (#9109)

* Add locality check to ActivityPub::FetchRemoteAccountService

Fix #8643

Because there are a few places where it is called, it is difficult
to confirm if they all previously checked it for locality. It's better
to make sure within the service.

* Remove faux-remote duplicates of local accounts
app/services/activitypub/fetch_remote_account_service.rb
db/migrate/20181026034033_remove_faux_remote_account_duplicates.rb [new file with mode: 0644]
db/schema.rb