]> cat aescling's git repositories - mastodon.git/commit
Fix code referencing wrong class (#12263)
authorThibG <thib@sitedethib.com>
Mon, 4 Nov 2019 12:02:27 +0000 (13:02 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 4 Nov 2019 12:02:27 +0000 (13:02 +0100)
commite37358b3bcc6d8a5d29e2bcdcc862e0561abec17
treeef56a42a9b13078eb07e11dcf199589e284f0b74
parent3db3c107629a96c60657a615d186e32bb8a5476a
Fix code referencing wrong class (#12263)

For some reason, I have seen this only triggered here:
https://circleci.com/gh/tootsuite/mastodon/98324?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-checks-link

But Follow.find_by referenced the ActivityPub::Activity::Follow class
instead of the model class.
app/lib/activitypub/activity.rb