1
0
Fork 0
forked from fedi/mastodon
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.
2019-11-04 13:02:27 +01:00
..
chewy Fix needlessly indexing unsearchable statuses into ElasticSearch (#12041) 2019-10-02 20:04:46 +02:00
controllers Add setting for whether to crop images in unexpanded toots (#12126) 2019-10-24 22:51:41 +02:00
helpers Split AccountsHelper from StatusesHelper (#12078) 2019-10-24 22:50:09 +02:00
javascript Fix filtered out items being counted as pending items (#12266) 2019-11-04 13:02:16 +01:00
lib Fix code referencing wrong class (#12263) 2019-11-04 13:02:27 +01:00
mailers Split AccountsHelper from StatusesHelper (#12078) 2019-10-24 22:50:09 +02:00
models Add abilityto add oneself to lists (#12271) 2019-11-04 13:02:01 +01:00
policies Change admin UI for hashtags and add back whitelisted trends (#11490) 2019-08-05 19:54:29 +02:00
presenters Fix active user count for different number of weeks using same cache (#12025) 2019-10-01 01:19:24 +02:00
serializers Add setting for whether to crop images in unexpanded toots (#12126) 2019-10-24 22:51:41 +02:00
services Add abilityto add oneself to lists (#12271) 2019-11-04 13:02:01 +01:00
validators Fix uncaught domain normalization error in remote follow (#11703) 2019-08-30 02:19:17 +02:00
views Change message of public timeline for local only (#12224) 2019-10-27 12:45:33 +01:00
workers Fix wrong attribute in MoveWorker (#12066) 2019-10-03 17:50:48 +02:00