You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
ThibG e37358b3bc 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.
5 years ago
..
chewy
controllers
helpers
javascript Fix filtered out items being counted as pending items (#12266) 5 years ago
lib Fix code referencing wrong class (#12263) 5 years ago
mailers
models Add abilityto add oneself to lists (#12271) 5 years ago
policies
presenters
serializers
services Add abilityto add oneself to lists (#12271) 5 years ago
validators
views
workers